Skip to content

Commit

Permalink
fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 11, 2023
1 parent acbb4f6 commit 9137b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def keep_iterating():


def get_test_output(config_path):
patched_runner = get_patched_runner(config_path, logger)
patched_runner = get_patched_runner(config_path)
return get_runner_outputs(patched_runner=patched_runner)


Expand Down

0 comments on commit 9137b30

Please sign in to comment.