-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
| async def test_sign_new_user(default_client: httpx.AsyncClient) -> None: |
It's throwing and error
AttributeError: 'async_generator' object has no attribute 'post'. I solved it declaring the function this way async def test_sign_new_user(default_client = httpx.AsyncClient()) -> None:Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels