Commit a5585d85 authored by Łukasz Nowak's avatar Łukasz Nowak

Remove not needed whitespace.

parent c496aefd
...@@ -140,7 +140,7 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase): ...@@ -140,7 +140,7 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase):
kwargs[k_i] = kwargs.pop(k_j) kwargs[k_i] = kwargs.pop(k_j)
self.assertEqual(args, recargs) self.assertEqual(args, recargs)
self.assertEqual(kwargs, reckwargs) self.assertEqual(kwargs, reckwargs)
def test_request_not_logged_in(self): def test_request_not_logged_in(self):
self.connection.request(method='POST', self.connection.request(method='POST',
url='/'.join([self.api_path, 'instance'])) url='/'.join([self.api_path, 'instance']))
......
11 12
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment