[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-150.0a1-16.0-1] fixup! TB 43817: Add tests for Tor Browser



Title: GitLab

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:

Changes:

  • testing/tor/test_circuit_isolation.py
    ... ... @@ -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
             )
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx