-
Notifications
You must be signed in to change notification settings - Fork 0
Update tests after OIDC changes #283
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: develop
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #283 +/- ##
============================================
+ Coverage 74.69% 85.53% +10.84%
============================================
Files 10 10
Lines 328 325 -3
============================================
+ Hits 245 278 +33
+ Misses 83 47 -36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9473628
to
c67f377
Compare
access_token = ( | ||
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InVzZXIxMjMiLCJleHAiOi02MjEzNTU5NjgwMH0.hMFgx83bidY-r" | ||
"2SVlp2fnKwzD-SaCbzfD054A_lRsEOyYYtSB52kBvnkp_oagYelXhEczfGGsfWzV_JkgalM-449KI99qImlab45ANyhriHoaDhMvs9ve_0" | ||
"TwPfD34zU3Y2PkcrgZ7lbYDqMArVOBDsAiO12ejYA7CAMjUBKgoXPIzMqup1Ah8Mzg0F5Gu2iUpoDfCyIt86KjAEiYk-CDm6w73b28BOaW" | ||
"axk87tXUYXE64KIWNkh99iXgYEDYvfSmvWdu6TCHtVmNzJ_Tb1egVHb-hO-3G62mnyHJ2x6p_k7Wq44JuGyC0SrRHWp-jZsubLvi_ikBDm" | ||
"6qgZ8mKcJxA" | ||
) |
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.
Just a double check that this token has been created with the admin changes implemented, so that it follows the ones now in the mock data.
@@ -0,0 +1,157 @@ | |||
""" |
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.
I assume we plan on having e2e tests for LDAPLogin
as well in a different PR?
Description
Updates the tests after the OIDC changes. See #272 (comment) and #271 (comment).
Testing instructions
Agile board tracking
closes #278