summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0008_refresh.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/test_0008_refresh.py')
-rw-r--r--tests/units/test_0008_refresh.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/test_0008_refresh.py b/tests/units/test_0008_refresh.py
index b8f32d5..4d71a2b 100644
--- a/tests/units/test_0008_refresh.py
+++ b/tests/units/test_0008_refresh.py
@@ -14,8 +14,8 @@ import json
class TestRefreshMethods(unittest.TestCase):
def test_correct_get(self):
- req = 'GET /refresh HTTP/1.0\r\nContent-Length:0\r\n' + \
- 'Content-Type:application/json\r\n\r\n'
+ req = 'GET /refresh HTTP/1.0\r\nContent-Length: 0\r\n' + \
+ 'Content-Type: application/json\r\n\r\n'
c = Client()
s = Server()
s.connect()