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
I couldn't find a way to correctly mock post requests depending on the body which is only a problem for TheGraphFetcher as it works with POST requests and not GET requests as other fetchers do.
Note that weirdly enough, it works in the async case.
What happened
Once #48 is done, we can fix this test.
I couldn't find a way to correctly mock post requests depending on the body which is only a problem for
TheGraphFetcher
as it works withPOST
requests and notGET
requests as other fetchers do.Note that weirdly enough, it works in the
async
case.Stack trace
Steps to reproduce
poe test_ci_fetchers
SDK Version
1.0.4
Python version
3.9.13
What operating system are you using?
Mac
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: