Testing retry interceptor #2975
Replies: 1 comment
-
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm using the new
Client.compose()
withinterceptors.retry
and I'm wondering how do I properly mock this for testing?My existing tests with
MockAgent
seem to all be failing nowBeta Was this translation helpful? Give feedback.
All reactions