diff --git a/mistralclient/tests/unit/test_client.py b/mistralclient/tests/unit/test_client.py index 2871309e..7bf4aa77 100644 --- a/mistralclient/tests/unit/test_client.py +++ b/mistralclient/tests/unit/test_client.py @@ -29,4 +29,4 @@ class BaseClientTests(testtools.TestCase): self.assertTrue(mock.called) params = mock.call_args self.assertEqual(params[0][0], - 'http://localhost:8989/v2') \ No newline at end of file + 'http://localhost:8989/v2') diff --git a/mistralclient/tests/unit/test_shell.py b/mistralclient/tests/unit/test_shell.py index eb821eb5..7fcbe6b3 100644 --- a/mistralclient/tests/unit/test_shell.py +++ b/mistralclient/tests/unit/test_shell.py @@ -80,4 +80,4 @@ class TestShell(base.BaseShellTests): self.shell('workbook-list') self.assertTrue(mock.called) params = mock.call_args - self.assertEqual(params[1]['endpoint_type'], 'publicURL') \ No newline at end of file + self.assertEqual(params[1]['endpoint_type'], 'publicURL')