You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Pook's aiohttp mock does not support the
Sequence[tuple[str, str]]
that aiohttp supports for itsheaders
input. Pook breaks when setting headers on the request matching object due to theheaders
not being a dict.The text was updated successfully, but these errors were encountered: