Skip to content

Commit 6c4c134

Browse files
ggqlqpicnixz
andauthored
Update Lib/test/test_httpservers.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 4304354 commit 6c4c134

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
@@ -1673,7 +1673,7 @@ def test_missing_tls_cert_flag(self, mock_func):
16731673
for tls_cert_option in self.tls_cert_options:
16741674
with self.assertRaises(SystemExit):
16751675
self.invoke_httpd(tls_key_option, self.tls_key)
1676-
mock_func.reset_mock()
1676+
mock_func.reset_mock()
16771677

16781678
@unittest.skipIf(ssl is None, "requires ssl")
16791679
@mock.patch('http.server.test')

0 commit comments

Comments
 (0)