-
Notifications
You must be signed in to change notification settings - Fork 125
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
[SNOW-1346233] Tests for authentication methods (external browser, oauth, okta, keypair) #1264
base: master
Are you sure you want to change the base?
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1264 +/- ##
=======================================
Coverage 82.20% 82.20%
=======================================
Files 55 55
Lines 13547 13547
=======================================
Hits 11136 11136
Misses 2411 2411 ☔ View full report in Codecov by Sentry. |
…ests' into pcyrek-golang-external-browser-tests
…ests' into pcyrek-golang-external-browser-tests
|
||
func TestOktaWrongURL(t *testing.T) { | ||
cfg := setupOktaTest(t) | ||
invalidAddress, err := url.Parse("https://fake-account-0000.okta.com") |
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.
url is the same as in previous test, is it ok ?
Description
SNOW-1346233 Tests for authentication methods (External browser, oauth, okta). This PR contains changes for authentication tests with external browser, oauth and okta in docker container.
Checklist