Is there a mechanism for launching a TestApplicati...
# ktor
m
Is there a mechanism for launching a TestApplication on a specific port? I’ve got tests where the SUT is a ktor service, and it is talking to another service, which in turn will talk back to my SUT. So, I need to tell that other service where to find my service. Localhost is obviously fine for the hostname, but I don’t see a way to specify a port…