Skip to content

Commit

Permalink
tests: drop stray unrelated file presence test (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw authored Jul 6, 2023
1 parent 7f1d841 commit 317a023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/cmd/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ def test_wait_when_no_datasource(session_cloud: IntegrationCloud, setup_image):
status_out = wait_for_cloud_init(client).stdout.strip()
assert "status: disabled" in status_out
assert client.execute("cloud-init status --wait").ok
assert client.execute("test -f /cmdline-userdata-success").ok

0 comments on commit 317a023

Please sign in to comment.