Skip to content

Commit 7b3bb1d

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

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
@@ -1698,7 +1698,7 @@ def test_help_flag(self, _):
16981698
options = ['-h', '--help']
16991699
for option in options:
17001700
with self.assertRaises(SystemExit):
1701-
output = self.invoke_httpd(option)
1701+
_ = self.invoke_httpd(option)
17021702

17031703
@mock.patch('http.server.test')
17041704
def test_unknown_flag(self, _):

0 commit comments

Comments
 (0)