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 e421f19 commit 4c7c35dCopy full SHA for 4c7c35d
services/sesv2/e2eTest/src/Sigv4aTest.kt
@@ -12,7 +12,6 @@ import aws.smithy.kotlin.runtime.http.auth.SigV4AsymmetricAuthScheme
12
import aws.smithy.kotlin.runtime.http.interceptors.HttpInterceptor
13
import aws.smithy.kotlin.runtime.http.request.HttpRequest
14
import kotlinx.coroutines.runBlocking
15
-import kotlin.test.Ignore
16
import kotlin.test.Test
17
import kotlin.test.assertContains
18
import kotlin.test.assertEquals
@@ -35,7 +34,7 @@ class Sigv4aTest {
35
34
}.use { ses ->
36
assertFailsWith<HttpException> {
37
ses.sendEmail {
38
- endpointId = "bdm3x3zl.n5x"
+ endpointId = "bdm3x3zl.n5x"
39
}
40
41
0 commit comments