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
The app executes just as expected without any errors. However I don't really understand why the app throws an AttributeError: 'GraphQL' object has no attribute 'handle_request' when the app is executed in pytest. I assume this is rather a fastapi/pytest issue than an ariadne issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I just updated to the newest v0.18.1 and updated how I integrate Ariadne in my fastapi app:
before:
now:
The app executes just as expected without any errors. However I don't really understand why the app throws an
AttributeError: 'GraphQL' object has no attribute 'handle_request'
when the app is executed in pytest. I assume this is rather a fastapi/pytest issue than an ariadne issue?Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions