Hi! I'm trying to wrap my head around `externalSer...
# ktor
h
Hi! I'm trying to wrap my head around
externalServices
. Are the mock servcices only called by the client created in the
testApplicaton
? So if I wanted to make use of those in my application, I'd need to pass in the test client as the client used by my service? The documentation is a little bit unclear.
👌 1
🦻 1
a
Why you’d want to use the
externalServices
in a real application?
h
Ah sorry not to be clear. I want to use it in my tests, but it seems
externalServices
can only be used with the Ktor Client, and not some other non-Ktor Client (I need to use a Java Twitter client).
👌 1