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 Team license tests on postgres #975

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Fix Team license tests on postgres #975

merged 1 commit into from
Sep 13, 2022

Conversation

knolleary
Copy link
Member

A recent change meant a single test was setting up the forge app twice. It can get away with that on sqlite as we use in memory databases. But on postgres, that causes a clash as the first instance isn't tidied up properly first.

This PR rearranges the test so that we only setup the app once for the test. Also updated the test to account for a slight change in the setup.

@hardillb hardillb merged commit 74a2e92 into main Sep 13, 2022
@hardillb hardillb deleted the fix-test-tests branch September 13, 2022 11:05
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.

None yet

2 participants