Skip to content

Commit 653950c

Browse files
committed
🧪 Update run abort test
1 parent 3dd84aa commit 653950c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/test_cli_actions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ def test_run_abort(create_test_run, monkeypatch) -> None:
179179
_run.id, "terminated", "test CLI abort"
180180
)
181181
time.sleep(1)
182-
assert _run._sv_obj.status == "terminated"
183-
assert _run._status == "terminated"
182+
assert _run.status == "terminated"
184183

185184

186185
def test_run_artifact_download(create_test_run) -> None:

0 commit comments

Comments
 (0)