Skip to content

Commit

Permalink
Force to fail the test
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Dec 27, 2024
1 parent a749f76 commit 51db064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install/test_installation_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_check_indexer_cluster_status_not_yellow():

@pytest.mark.dashboard
def test_check_dashboard_status():
assert get_dashboard_status() == 200
assert get_dashboard_status() == 201

@pytest.mark.wazuh
def test_check_wazuh_api_status():
Expand Down

0 comments on commit 51db064

Please sign in to comment.