commit 05a9c4ae0802a522da42d64437be6fed93531c12 Author: Matthew Finkel sysrqb@torproject.org Date: Thu Aug 12 16:25:36 2021 +0000
Bug 40027: Fix onion_security_expectations test --- marionette/tor_browser_tests/test_onion_security_expectations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/marionette/tor_browser_tests/test_onion_security_expectations.py b/marionette/tor_browser_tests/test_onion_security_expectations.py index e95b29b..ceca804 100644 --- a/marionette/tor_browser_tests/test_onion_security_expectations.py +++ b/marionette/tor_browser_tests/test_onion_security_expectations.py @@ -118,7 +118,7 @@ class Test(OnionFixturesMixin, WindowManagerMixin, MarionetteTestCase):
# Onion with valid TLS certificate with m.using_context('content'): - m.navigate('https://3g2upl4pq6kufc4m.onion/') + m.navigate('https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/') self.assertTrue(self.execute_chrome( "return !!gIdentityHandler._isSecureConnection;")) self.assertEqual(self.get_identity_class(), 'onionVerifiedDomain')
tbb-commits@lists.torproject.org