Skip to content

Commit 2f742d9

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

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
@@ -1716,7 +1716,7 @@ def test_help_flag(self, _):
17161716
def test_unknown_flag(self, _):
17171717
with self.assertRaises(SystemExit):
17181718
output = self.invoke_httpd('--unknown-flag')
1719-
self.assertStartsWith(output, 'usage: ')
1719+
self.assertStartsWith(output, 'usage: ')
17201720

17211721

17221722
class CommandLineRunTimeTestCase(unittest.TestCase):

0 commit comments

Comments
 (0)