Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky API tests #924

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Fix flaky API tests #924

merged 1 commit into from
Nov 20, 2023

Conversation

gunndabad
Copy link
Collaborator

The endpoint used to process webhooks effectively had a non-scoped reference to IOptions<GetAnIdentityOptions> which was causing the host to startup and configure itself multiple times. This in turn was causing the DB schema to be regenerated multiple times (clearing out data too) and leading to flakiness.

@gunndabad gunndabad merged commit 0a8a8d1 into main Nov 20, 2023
10 checks passed
@gunndabad gunndabad deleted the fix-flaky-api-tests branch November 20, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants