GenServer: avoid refresh running in tests

Req also has test stubs - Req.Test ā€” req v0.4.14

But i am not sure what it is exactly that you are trying to test.
Do you want to test the PaymentServer.Exchange.RatesMonitor GenServer?
Or some other parts of your app that depend on this GenServer?

1 Like

I tried to use it but never got it work, even if the setup seems to be enough minimalistic. Maybe the difference is that it behaves differently in case of GenServer calls.

Did you change elixirxc_paths?

Nope, nothing like that.