[tor-commits] [stem/master] Duplicate key in test data

atagar at torproject.org atagar at torproject.org
Sun Apr 21 23:51:31 UTC 2019


commit 658dd5281604eb9c63a91e529501947ecc65ef6b
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Apr 21 16:50:46 2019 -0700

    Duplicate key in test data
    
    Oops, pushed a little too soon. The test passed, but accidently defined one of
    the keys twice.
---
 test/unit/descriptor/bandwidth_file.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/unit/descriptor/bandwidth_file.py b/test/unit/descriptor/bandwidth_file.py
index ddf171a2..8cb0b942 100644
--- a/test/unit/descriptor/bandwidth_file.py
+++ b/test/unit/descriptor/bandwidth_file.py
@@ -54,7 +54,6 @@ EXPECTED_MEASUREMENT_2 = {
 
 EXPECTED_MEASUREMENT_3 = {
   'desc_bw_obs_last': '70423',
-  'success': '13',
   'desc_bw_obs_mean': '81784',
   'bw_median': '2603',
   'nick': 'whitsun',



More information about the tor-commits mailing list