David Smith
05/13/2021, 2:26 PMFailed to inject value for parameter [client] of class
I’m trying to inject a client in the constructor of a StringSpec
test
@Client(value = "/") private val client: RxHttpClient,
I just can’t work it out.David Smith
05/13/2021, 5:11 PMtestRuntimeOnly("io.micronaut:micronaut-http-server-netty")
David Smith
05/13/2021, 5:11 PM