-
Notifications
You must be signed in to change notification settings - Fork 2
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
Promote from BLAIS5-4525 to main #390
base: main
Are you sure you want to change the base?
Conversation
Refs: BLAIS5-4525
Refs: BLAIS5-4525
Authorization: process.env.MOCK_AUTH_TOKEN, | ||
password: "password123" | ||
} | ||
const url = "/api/change-password/testUser"; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
} | ||
const url = "/api/change-password/testUser"; | ||
const authManager = new AuthManager(); | ||
const headers = authManager.authHeader(); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #390 +/- ##
==========================================
+ Coverage 62.12% 63.85% +1.72%
==========================================
Files 37 37
Lines 866 877 +11
Branches 194 196 +2
==========================================
+ Hits 538 560 +22
+ Misses 328 317 -11 ☔ View full report in Codecov by Sentry. |
Refs: BLAIS5-4525
Auto generated by concourse:
Promote from BLAIS5-4525 to main