Skip to content

Commit 4c7c35d

Browse files
committed
ktlint
1 parent e421f19 commit 4c7c35d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/sesv2/e2eTest/src/Sigv4aTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import aws.smithy.kotlin.runtime.http.auth.SigV4AsymmetricAuthScheme
1212
import aws.smithy.kotlin.runtime.http.interceptors.HttpInterceptor
1313
import aws.smithy.kotlin.runtime.http.request.HttpRequest
1414
import kotlinx.coroutines.runBlocking
15-
import kotlin.test.Ignore
1615
import kotlin.test.Test
1716
import kotlin.test.assertContains
1817
import kotlin.test.assertEquals
@@ -35,7 +34,7 @@ class Sigv4aTest {
3534
}.use { ses ->
3635
assertFailsWith<HttpException> {
3736
ses.sendEmail {
38-
endpointId = "bdm3x3zl.n5x"
37+
endpointId = "bdm3x3zl.n5x"
3938
}
4039
}
4140
}

0 commit comments

Comments
 (0)