brizental pushed to branch tor-browser-150.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 427c871c by Beatriz Rizental at 2026-04-22T16:55:39+02:00 fixup! TB 43817: Add tests for Tor Browser No bug: Fix Python syntax error in circuit isolation test - - - - - 1 changed file: - testing/tor/test_circuit_isolation.py Changes: ===================================== testing/tor/test_circuit_isolation.py ===================================== @@ -81,11 +81,11 @@ class TestCircuitIsolation(MarionetteTestCase, TorBrowserMixin): "Some of the IP addresses we got are not unique.", ) - duplicates = set( + duplicates = set([ self.extract_from_header("https://test-01.torproject.org"), self.extract_from_header("https://test-02.torproject.org"), self.extract_from_header("https://test.torproject.org"), - ) + ]) self.logger.info( f"Found the following IP addresses, when checking for duplicates: {duplicates}" ) View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/427c871c... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/427c871c... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
brizental (@brizental)