Skip to content

Commit a67b2bf

Browse files
committed
Update test_run_once_with_wait test.
1 parent a9401e2 commit a67b2bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_cli.py

-3
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,11 @@ def test_run_once_with_wait(self):
8181
"--param",
8282
"key1:some value",
8383
"--wait-for-completion",
84-
"--timeout-seconds",
85-
"666",
8684
],
8785
obj=config,
8886
)
8987

9088
assert result.exit_code == 0
91-
context_helper.vertexai_client.wait_for_completion.assert_called_with(666)
9289

9390
def test_docker_build(self):
9491
for exit_code in range(10):

0 commit comments

Comments
 (0)