Skip to content

Commit 1a3e037

Browse files
committed
test: whitespace
1 parent fe42d9a commit 1a3e037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2957,7 +2957,7 @@ def test_ecc_cert(self):
29572957
cipher = s.cipher()[0].split('-')
29582958
self.assertTrue(cipher[:2], ('ECDHE', 'ECDSA'))
29592959

2960-
@unittest.skipUnless(IS_OPENSSL_3_0_0,
2960+
@unittest.skipUnless(IS_OPENSSL_3_0_0,
29612961
"test requires RFC 5280 check added in OpenSSL 3.0+")
29622962
def test_verify_strict(self):
29632963
# verification fails by default, since the server cert is non-conforming

0 commit comments

Comments
 (0)