Skip to content

Commit 70e3038

Browse files
committed
foramt
1 parent bc50395 commit 70e3038

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/security_and_privacy/test_tls_v1_2_protocol.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ def test_tls_v1_2_protocol(driver: Firefox):
4141
EC.presence_of_element_located((By.ID, "security-technical-shortform"))
4242
)
4343

44-
expected_technical_details = ("Connection Encrypted (TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 256 bit keys, "
45-
"TLS 1.2)")
44+
expected_technical_details = (
45+
"Connection Encrypted (TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 256 bit keys, "
46+
"TLS 1.2)"
47+
)
4648
assert (
4749
technical_details.get_attribute("value") == expected_technical_details
4850
), f"Expected '{expected_technical_details}' but found '{technical_details.get_attribute('value')}'"

0 commit comments

Comments
 (0)