I have a ktor question if anyone is willing to hel...
# ktor
k
I have a ktor question if anyone is willing to help. Having trouble using
withTestApplication
in my unit test because I am using a system property in my App like
val property = environment.config.property("randomproperty").getString()
essentially i just want to set the property in my unit test
n
but what is the problem ?