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

update expected default command #226

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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