-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Os-Login : Added ITSystem Test #6538
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6538 +/- ##
=========================================
Coverage 46.35% 46.35%
Complexity 27998 27998
=========================================
Files 2613 2613
Lines 288068 288068
Branches 33778 33778
=========================================
Hits 133521 133521
Misses 144308 144308
Partials 10239 10239
Continue to review full report at Codecov.
|
chingor13
left a comment
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.
Thanks for this!
| user = getFromCredential(GOOGLE_API_CLIENT_EMAIL_ID); | ||
| clientId = getFromCredential(GOOGLE_API_CLIENT_ID); |
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.
nit: These could be done in a static @BeforeAll setup block so we only have to read them once.
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.
done
| private static final String GOOGLE_API_CLIENT_EMAIL_ID = "clientEmail"; | ||
| private static final String GOOGLE_API_CLOUD_PLATFORM_LINK = | ||
| "https://www.googleapis.com/auth/cloud-platform"; | ||
| private static final String FINGERPRINT_NAME = "test-fingerprint"; |
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.
For clarity, let's name this NON_EXISTENT_FINGERPRINT_NAME to make it clear that we expect this one to not exist.
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.
done
|
@chingor13 PTAL |
towards #5946