Skip to content

Commit

Permalink
ki is not part of config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jul 5, 2024
1 parent 3104b75 commit 8e775cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def test_run_match_config_params() -> None:
if key not in ("self", "timeout_notify", "callback_notify")
}
run_params = {
key: repr(value) for key, value in inspect.signature(run).parameters.items() if key not in ("app_dir",)
key: repr(value) for key, value in inspect.signature(run).parameters.items()
if key not in ("app_dir", "suppress_ki")
}
assert config_params == run_params

Expand Down

0 comments on commit 8e775cc

Please sign in to comment.