Skip to content

Commit af6caa3

Browse files
committed
Fix typo in test name
Noticed by Xiang Zhang.
1 parent ea66d35 commit af6caa3

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
@@ -190,7 +190,7 @@ def test_header_close(self):
190190
res = self.con.getresponse()
191191
self.assertEqual(res.status, HTTPStatus.NOT_IMPLEMENTED)
192192

193-
def test_head_keep_alive(self):
193+
def test_header_keep_alive(self):
194194
self.con._http_vsn_str = 'HTTP/1.1'
195195
self.con.putrequest('GET', '/')
196196
self.con.putheader('Connection', 'keep-alive')

0 commit comments

Comments
 (0)