mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo in test name
This commit is contained in:
parent
33924a8649
commit
b17f1bc305
@ -93,7 +93,7 @@ def test_http_header_encoding():
|
|||||||
mocked_socket.sendall(util.to_bytestring(header_str,"ascii"))
|
mocked_socket.sendall(util.to_bytestring(header_str,"ascii"))
|
||||||
|
|
||||||
|
|
||||||
def test_http_inalid_response_header():
|
def test_http_invalid_response_header():
|
||||||
""" tests whether http response headers are contains control chars """
|
""" tests whether http response headers are contains control chars """
|
||||||
|
|
||||||
mocked_socket = mock.MagicMock()
|
mocked_socket = mock.MagicMock()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user