diff --git a/tests/test_http.py b/tests/test_http.py index 49d42f3e..dd996593 100644 --- a/tests/test_http.py +++ b/tests/test_http.py @@ -93,7 +93,7 @@ def test_http_header_encoding(): 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 """ mocked_socket = mock.MagicMock()