We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b63dc3 commit b131cd2Copy full SHA for b131cd2
runtime/protocol/http-test/jvmAndNative/src/aws/smithy/kotlin/runtime/httptest/TestWithLocalServer.kt
@@ -10,10 +10,10 @@ import io.ktor.client.request.get
10
import io.ktor.client.statement.HttpResponse
11
import io.ktor.http.isSuccess
12
import io.ktor.server.engine.EmbeddedServer
13
-import kotlinx.io.IOException
14
import kotlinx.coroutines.delay
15
import kotlinx.coroutines.runBlocking
16
import kotlinx.coroutines.withTimeout
+import kotlinx.io.IOException
17
import kotlin.test.AfterTest
18
import kotlin.test.BeforeTest
19
import kotlin.time.Duration.Companion.milliseconds
@@ -70,5 +70,4 @@ public abstract class TestWithLocalServer {
70
client.close()
71
}
72
73
-
74
0 commit comments