Open katehyerinjeon opened 1 year ago
See issue #463 by @tnk-dev.
In the link headers example in docs, the first httpretty.register_uri call was getting overwritten by the second call leading to test failures.
httpretty.register_uri
Move the second httpretty.register_uri invocation for the next URL below first response assertions.
Reference
See issue #463 by @tnk-dev.
Bug
In the link headers example in docs, the first
httpretty.register_uri
call was getting overwritten by the second call leading to test failures.Fix
Move the second
httpretty.register_uri
invocation for the next URL below first response assertions.