Skip to content
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2024
commit cd7822b2c24e927470a065f7ae5101c1d6c3f640
2 changes: 1 addition & 1 deletion tests/test_run_cli_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_run_server_with_no_view_flag(
@mock.patch("pyscript.plugins.run.start_server")
def test_run_server_with_valid_combinations(
start_server_mock,
invoke_cli: CLIInvoker, # noqa: F811
invoke_cli: CLIInvoker, # noqa: F811
run_args,
expected_posargs,
expected_kwargs,
Expand Down