Skip to content

Commit ed0be25

Browse files
committed
test looks for status instead of state
1 parent 35274f2 commit ed0be25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_data_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ def test_asset_wait(invoke,
10511051
runner=runner)
10521052

10531053
assert not result.exception
1054-
assert "state: active" in result.output
1054+
assert "status: active" in result.output
10551055

10561056

10571057
# @respx.mock

0 commit comments

Comments
 (0)