Skip to content

Commit

Permalink
Trying to fix strange behaviour in test_incident_status_change test
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFilonov committed Sep 17, 2024
1 parent 1939901 commit 09edcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_get_last_incidents(db_session, create_alert):
@pytest.mark.parametrize(
"test_app", ["NO_AUTH"], indirect=True
)
def test_incident_status_change(client, test_app, db_session, setup_stress_alerts_no_elastic):
def test_incident_status_change(db_session, client, test_app, setup_stress_alerts_no_elastic):

alerts = setup_stress_alerts_no_elastic(100)
incident = create_incident_from_dict("keep", {"name": "test", "description": "test"})
Expand Down

0 comments on commit 09edcec

Please sign in to comment.