Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in the base MockHttp class which was there for a long time since
we incorrectly used class attribute value instead of the value passed to the method. This could result in all kinds of weird edge cases and test failures in case the environment wasn't correctly reset before / after each test.
- Loading branch information