Skip to content

Throwing an error #1

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

Open
Grifo89 opened this issue Sep 9, 2022 · 0 comments
Open

Throwing an error #1

Grifo89 opened this issue Sep 9, 2022 · 0 comments

Comments

@Grifo89
Copy link

Grifo89 commented Sep 9, 2022

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:

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

No branches or pull requests

1 participant