Skip to content

Commit 1b64e3d

Browse files
donBarbospicnixz
andauthored
Update test_httpservers.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent e7d9250 commit 1b64e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def test_invalid_certdata(self):
391391
(self.ONLYKEY, self.ONLYCERT, None),
392392
(self.CERTFILE_PROTECTED, None, "badpass"),
393393
)
394-
for data in invalid_certdata_examples:
394+
for cerfile, keyfile, password in invalid_certdata:
395395
with self.assertRaises(ssl.SSLError):
396396
HTTPSServer(
397397
('localhost', 0),

0 commit comments

Comments
 (0)