Skip to content

Commit

Permalink
Fix mock needing config_file variable
Browse files Browse the repository at this point in the history
  • Loading branch information
codywilbourn committed Dec 13, 2017
1 parent d0572ac commit 0a60495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/streamparse/cli/test_run.py
Expand Up @@ -34,7 +34,8 @@ def test_main_args_passed(self, run_local_mock):
run_local_mock.assert_called_with(name='my_topo',
options={'topology.acker.executors': 1},
env_name='my_env',
time=0)
time=0,
config_file=None)


if __name__ == '__main__':
Expand Down

0 comments on commit 0a60495

Please sign in to comment.