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

aiohttp mock does not support sequence headers input #153

Closed
sarayourfriend opened this issue Oct 24, 2024 · 0 comments · Fixed by #154
Closed

aiohttp mock does not support sequence headers input #153

sarayourfriend opened this issue Oct 24, 2024 · 0 comments · Fixed by #154
Labels

Comments

@sarayourfriend
Copy link
Collaborator

Pook's aiohttp mock does not support the Sequence[tuple[str, str]] that aiohttp supports for its headers input. Pook breaks when setting headers on the request matching object due to the headers not being a dict.

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

Successfully merging a pull request may close this issue.

1 participant