Skip to content

Commit

Permalink
fixed pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabayan committed Apr 10, 2019
1 parent 12b715c commit 90c73f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabpy-server/server_tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def test_no_config_file(self, mock_os, mock_file_exists,

getenv_calls = [call('TABPY_PORT', 9004),
call('TABPY_QUERY_OBJECT_PATH', '/tmp/query_objects'),
call('TABPY_STATE_PATH', './tabpy-server/tabpy_server')]
call('TABPY_STATE_PATH',
'./tabpy-server/tabpy_server')]
mock_os.getenv.assert_has_calls(getenv_calls, any_order=True)
self.assertEqual(len(mock_file_exists.mock_calls), 2)
self.assertEqual(len(mock_psws.mock_calls), 1)
Expand Down

0 comments on commit 90c73f0

Please sign in to comment.