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
1 changed file:
Changes:
| ... | ... | @@ -81,11 +81,11 @@ class TestCircuitIsolation(MarionetteTestCase, TorBrowserMixin): |
| 81 | 81 | "Some of the IP addresses we got are not unique.",
|
| 82 | 82 | )
|
| 83 | 83 | |
| 84 | - duplicates = set(
|
|
| 84 | + duplicates = set([
|
|
| 85 | 85 | self.extract_from_header("https://test-01.torproject.org"),
|
| 86 | 86 | self.extract_from_header("https://test-02.torproject.org"),
|
| 87 | 87 | self.extract_from_header("https://test.torproject.org"),
|
| 88 | - )
|
|
| 88 | + ])
|
|
| 89 | 89 | self.logger.info(
|
| 90 | 90 | f"Found the following IP addresses, when checking for duplicates: {duplicates}"
|
| 91 | 91 | )
|