-
@aschmelyun Depends Usually creating the test, run it without Http:fake, store the response as a fixture and use it during assertion. When allowed, I create a second test that hits the API and assert against the stored fixture. Great way to detect if provider has changed the response :(