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

chore: fix pact test for system account #35

Closed
wants to merge 1 commit into from

Conversation

mefellows
Copy link
Contributor

@mefellows mefellows commented Nov 27, 2023

The system account creation uses the Location header to extract the user's UUID. This was missing in the pact test, but was not apparent because the assertion checked a value that was guaranteed to be correct (a value that was not extracted from the HTTP request). The only value that is dynamic from the HTTP test was the UUID, which was not covered by the test.

This change addresses the gap.

@mefellows
Copy link
Contributor Author

Closing, fixed in 22eea52.

@mefellows mefellows closed this Nov 30, 2023
@mefellows mefellows deleted the fix/system-account branch November 30, 2023 04:53
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.

1 participant