Commit baa6ae3a authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

fixup! TB 43817: Add tests for Tor Browser

No bug: Fix Python syntax error in circuit isolation test
parent 5bc80efe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}"
        )