Skip to content

Commit

Permalink
fix(tests): support any webhook order (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jul 26, 2023
1 parent 081b399 commit da2b4a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/webhooks/tests/test_webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,6 @@ def test_call_environment_webhooks__multiple_webhooks__failure__calls_expected(
WebhookType.ENVIRONMENT,
expected_send_failure_status_code,
),
]
],
any_order=True,
)

3 comments on commit da2b4a7

@vercel
Copy link

@vercel vercel bot commented on da2b4a7 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on da2b4a7 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on da2b4a7 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

Please sign in to comment.