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
E.g., if you're testing with different base urls, e.g., https://foo.com/api/v1/stuff?q=bird vs. https://bar.com/api/v1/stuff?q=bird - you can set match_requests_on = c("path", "query") to ignore the changing hostname so that when you set different hostnames in different contexts (local machine vs. CI vs. other context) the tests work all the same
The text was updated successfully, but these errors were encountered:
E.g., if you're testing with different base urls, e.g.,
https://foo.com/api/v1/stuff?q=bird
vs.https://bar.com/api/v1/stuff?q=bird
- you can setmatch_requests_on = c("path", "query")
to ignore the changing hostname so that when you set different hostnames in different contexts (local machine vs. CI vs. other context) the tests work all the sameThe text was updated successfully, but these errors were encountered: