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
Then the default client (clj-http.core/request) will be used instead of (constantly {:status 201}). This is due to with-middlewarerebinding http/request itself
The text was updated successfully, but these errors were encountered:
If you have a function like this:
And you call it with mocking, like so:
Then the default client (clj-http.core/request) will be used instead of
(constantly {:status 201})
. This is due towith-middleware
rebindinghttp/request
itselfThe text was updated successfully, but these errors were encountered: