Commit 841dea7
committed
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.1 parent 9e2a11d commit 841dea7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments