test: add mock redirect response tests for "axios" and "follow-redirects"#581
Merged
kettanaito merged 7 commits intomswjs:mainfrom Sep 8, 2024
Merged
test: add mock redirect response tests for "axios" and "follow-redirects"#581kettanaito merged 7 commits intomswjs:mainfrom
kettanaito merged 7 commits intomswjs:mainfrom
Conversation
4 tasks
Member
Member
|
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? |
kettanaito
reviewed
Sep 8, 2024
Member
|
I've added redirect response tests for Axios, they are passing as well! This looks ready to be merged. |
Member
|
Oh, don't mind me, I'm a dufus. The redirect to mock test was failing because I use |
kettanaito
approved these changes
Sep 8, 2024
Member
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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