diff --git a/api/webhooks/tests/test_webhooks.py b/api/webhooks/tests/test_webhooks.py index 9a92c18a7f8f..0f5fad1215bb 100644 --- a/api/webhooks/tests/test_webhooks.py +++ b/api/webhooks/tests/test_webhooks.py @@ -209,5 +209,6 @@ def test_call_environment_webhooks__multiple_webhooks__failure__calls_expected( WebhookType.ENVIRONMENT, expected_send_failure_status_code, ), - ] + ], + any_order=True, )