Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failing test: escaping inconsistent to requestInterceptor
For: #1220 `npm t` gives: > Error: Expected 'percent-twentyseven' to equal 'quote' * Request has a quote (') in it * The interceptor sees req.url ending in quote (') which is a perfectly valid thing for a URL to end in… * However, the xmock shows the actual URL ends in /%27
- Loading branch information