-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
test: add mock redirect response tests for "axios" and "follow-redirects" #581
Conversation
Hi, @a11rew 👋 I've updated the branch and fixed the tests, they are passing now. Can you please confirm that the issue you were experiencing has been fixed on the latest version of Interceptors? |
I've added redirect response tests for Axios, they are passing as well! This looks ready to be merged. |
Oh, don't mind me, I'm a dufus. The redirect to mock test was failing because I use |
Released: v0.35.0 🎉This has been released in v0.35.0! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
Overview
Adds failing test case (and fix, wip) for MSW issue #2177 - "follow-redirects" throwing an error when it receives a redirect response from an interceptor