Is it possible to replace a mock response in an al...
# ktor
j
Is it possible to replace a mock response in an already created
HttpClient
without having to create other
HttpClient
?
a
What do you mean by replacing a mock response?
j
I solved it by casting the config to the mock config ones so I was able to remove previous handlers and add a new response one
👍 1