-
Notifications
You must be signed in to change notification settings - Fork 563
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
Adds support for Okta Verify risky login challenge #793
base: master
Are you sure you want to change the base?
Conversation
b88af47
to
3ce8b8e
Compare
3ce8b8e
to
42abee5
Compare
Rebased onto current master |
@duckfez This is such an important change, and I am looking at merging it. Could you please add a test for this change? |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #793 +/- ##
==========================================
- Coverage 36.29% 36.25% -0.05%
==========================================
Files 53 53
Lines 7941 7950 +9
==========================================
Hits 2882 2882
- Misses 4686 4695 +9
Partials 373 373
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I will take a look at adding tests. Thanks! |
Thank you! The aim is to keep the current coverage or at least increase. You can view the effect of your PR on the codecov report above. |
I am struggling to figure out how to write tests for this. I've started by (very small) factoring of the |
Is it possible to mock the round trips? @gliptak has been using that technique in some of his recent commits |
Should fix #643