Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link headers example in docs #469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

katehyerinjeon
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant