-
Notifications
You must be signed in to change notification settings - Fork 7
Add integration tests for oauth #723
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
base: 2/main
Are you sure you want to change the base?
Conversation
act: send a request to the Synapse application managed by the Synapse charm. | ||
assert: the Synapse application should return a correct response. | ||
""" | ||
await synapse_app.model.relate(synapse_app.name, oauth_external_idp_integrator.name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As an alternative we could integrate using a pytest fixture (and remove the integration after the yield), so the local option --use-existing
can be used with this test.
Test results for commit e0a0f30Test coverage for e0a0f30
Static code analysis report
|
@Thanhphan1147 Can you please fix conflicts and address comments ? |
Add integration test for oauth integration:
Checklist
src-docs
urgent
,trivial
,complex
)