fivetran / prefect-fivetran

https://fivetran.github.io/prefect-fivetran/
Apache License 2.0
14 stars 4 forks source link

Async Tests #5

Closed PubChimps closed 1 year ago

PubChimps commented 1 year ago

Summary

A previous update changed the FivetranClient from requests to httpx async requests. This update changes the tests from synchronous responses to async respx mocked_responses to work asynchronously properly

Relevant Issue(s)

Checklist