Skip to content

Commit 981b81d

Browse files
committed
fix tests
1 parent bc74f61 commit 981b81d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_cli_cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def _deployment(**overrides):
108108
"image_url": "registry.example.com/job:latest",
109109
"command": ["python", "main.py"],
110110
"args": ["--epochs", "1"],
111+
"original_command": "python main.py --epochs 1",
111112
"env_vars": {"ENV": "test"},
112113
"completions": 1,
113114
"parallelism": 1,

0 commit comments

Comments
 (0)