Skip to content

Commit

Permalink
test_supervisor_is_updated shouldn't be skipped if no update was needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon committed Oct 31, 2023
1 parent 27603a0 commit f0c60d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/supervisor_test/test_supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_update_supervisor(shell_json):
sleep(1)


@pytest.mark.dependency(depends=["test_update_supervisor"])
@pytest.mark.dependency(depends=["test_check_supervisor"])
def test_supervisor_is_updated(shell_json):
supervisor_info = shell_json("ha supervisor info --no-progress --raw-json")
data = supervisor_info.get("data")
Expand Down

0 comments on commit f0c60d4

Please sign in to comment.