Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
update expected default command
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Nov 27, 2023
1 parent 2c872e2 commit 725b01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cloud_run_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_populate_or_format_command_doesnt_exist(self, cloud_run_worker_job_conf
cloud_run_worker_job_config._populate_or_format_command()

assert "command" in container
assert container["command"] == ["python", "-m", "prefect.engine"]
assert container["command"] == ["prefect", "flow-run", "execute"]

def test_populate_or_format_command_already_exists(
self, cloud_run_worker_job_config
Expand Down

0 comments on commit 725b01a

Please sign in to comment.