Loading tests/integration/lib/test_relaylist.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ def test_relay_properties(rl): assert "Authority" in relay.flags assert not relay.exit_policy or not relay.exit_policy.is_exiting_allowed() assert relay.average_bandwidth == 1073741824 assert relay.consensus_bandwidth == 0 # Since tor version 0.4.7.0-alpha-dev, #40337 patch, chutney relays notice # bandwidth changes, so consensus bandwidth might be higher than 0. assert relay.address == "127.0.0.1" Loading Loading
tests/integration/lib/test_relaylist.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ def test_relay_properties(rl): assert "Authority" in relay.flags assert not relay.exit_policy or not relay.exit_policy.is_exiting_allowed() assert relay.average_bandwidth == 1073741824 assert relay.consensus_bandwidth == 0 # Since tor version 0.4.7.0-alpha-dev, #40337 patch, chutney relays notice # bandwidth changes, so consensus bandwidth might be higher than 0. assert relay.address == "127.0.0.1" Loading