commit e3355d1c567473822c569af8bb5e34f12cee3068 Author: Matt Traudt sirmatt@ksu.edu Date: Sun Jun 24 13:53:54 2018 -0400
Fix tests: CircuitBuilder now needs a RelayList --- tests/integration/core/test_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/integration/core/test_scanner.py b/tests/integration/core/test_scanner.py index c1a8692..152e939 100644 --- a/tests/integration/core/test_scanner.py +++ b/tests/integration/core/test_scanner.py @@ -28,7 +28,7 @@ def get_everything_to_measure(dotsbws, cont, parser): conf['destinations.foo'] = {} conf['destinations.foo']['url'] = 'http://127.0.0.1:28888/sbws.bin' rl = RelayList(args, conf, cont) - cb = CB(args, conf, cont) + cb = CB(args, conf, cont, rl) dests, error_msg = DestinationList.from_config(conf, cb, rl, cont) assert dests, error_msg return {
tor-commits@lists.torproject.org