Tests: typo.

This commit is contained in:
Andrey Zelenkov
2018-08-21 20:41:36 +03:00
parent ec1af82323
commit a4e75be524

View File

@@ -94,7 +94,7 @@ Content-Length: %d
'Host': 'localhost'
}, sock=sock)
self.assertEqual(resp['status'], 408, 'status body idle timeout')
self.assertEqual(resp['status'], 408, 'status idle timeout')
def test_settings_max_body_size(self):
self.load('empty')