From b17f1bc305a3a3e7cccc3e36feb0e83858ad7cf1 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 20 Mar 2016 07:52:59 +0200 Subject: [PATCH] Fix typo in test name --- tests/test_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()