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
It's because the fixture is not working properly, I changed it to @pytest_asyncio and it works well and also there is an error on the base_url in the default_client()
@Grifo89 Did you manage to fix all the Errata in the book? There are a few typos for sure. I could also use some info about issue #10 (dot notation syntax) which is stumping me.
Building-Python-Web-APIs-with-FastAPI/ch08/planner/tests/test_login.py
Line 21 in ad22a27
response = await default_client.post("http://localhost:8080/user/signup", json=payload, headers=headers)
The text was updated successfully, but these errors were encountered: