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(ex/test): make tests against user data dynamic #2874

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

firestack
Copy link
Member

@firestack firestack commented Oct 22, 2024

There are a few tests which assume what user information they're going to get, but #2864 "revealed" that we hardcode the user for ConnCase, but with #2873 we can now generate dynamic users, so this fixes the tests so that we can dynamically create users.

@firestack firestack marked this pull request as ready for review October 22, 2024 12:32
@firestack firestack requested a review from a team as a code owner October 22, 2024 12:32
@firestack firestack force-pushed the kf/feat/fix-user-tests branch from 7da119f to 335f4bb Compare October 23, 2024 13:52
@firestack firestack force-pushed the kf/feat/fix-user-tests branch from 335f4bb to 0e5797c Compare October 25, 2024 15:06
@firestack firestack enabled auto-merge (squash) October 25, 2024 16:37
@firestack firestack force-pushed the kf/feat/fix-user-tests branch from 0e5797c to d6093ab Compare November 7, 2024 14:25
* fix(ex/test/conn-case): remove redundant `User.upsert`'s

* feat(ex/test/conn-case): make default user dynamic from factory
Copy link
Collaborator

@hannahpurcell hannahpurcell left a comment

Choose a reason for hiding this comment

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

👍👍

@firestack firestack merged commit 54be47c into main Nov 14, 2024
9 checks passed
@firestack firestack deleted the kf/feat/fix-user-tests branch November 14, 2024 02:16
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