diff --git a/test/streamparse/cli/test_run.py b/test/streamparse/cli/test_run.py index 8c968cc0..fa1b544a 100644 --- a/test/streamparse/cli/test_run.py +++ b/test/streamparse/cli/test_run.py @@ -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__':