Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 11, 2024
1 parent b65b88d commit b711214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/apps/alerts/tests/test_paging.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ def test_direct_paging_always_create_group(
(user.pk, alert_groups[1].pk),
{"important": False, "notify_even_acknowledged": True, "notify_anyway": True},
),
]
],
any_order=True,
)


Expand Down

0 comments on commit b711214

Please sign in to comment.