Skip to content

Commit

Permalink
tests: fix reloader test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 8, 2024
1 parent 7178dd3 commit 1227488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/supervisors/test_base_reloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def should_restart(self) -> bool:
return True


def empty():
def empty(*args, **kwargs):
pass


Expand Down

0 comments on commit 1227488

Please sign in to comment.