Skip to content

Commit b4f9e72

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

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
@@ -1580,7 +1580,7 @@ def invoke_httpd(self, *args):
15801580
return output.getvalue()
15811581

15821582
def test_port_flag(self, mock_func):
1583-
ports = [8000, 65535,]
1583+
ports = [8000, 65535]
15841584
for port in ports:
15851585
with self.subTest(port=port):
15861586
self.invoke_httpd(str(port))

0 commit comments

Comments
 (0)