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 a135924 commit e421f19Copy full SHA for e421f19
services/sesv2/e2eTest/src/Sigv4aTest.kt
@@ -21,7 +21,6 @@ import kotlin.test.assertNotNull
21
22
class Sigv4aTest {
23
@Test
24
- @Ignore // TODO enable once SESv2 model adds endpointId and Sigv4a
25
fun testSigv4a() = runBlocking {
26
val interceptor = RequestCapturingInterceptor()
27
@@ -36,7 +35,7 @@ class Sigv4aTest {
36
35
}.use { ses ->
37
assertFailsWith<HttpException> {
38
ses.sendEmail {
39
- // endpointId = "bdm3x3zl.n5x" // TODO uncomment
+ endpointId = "bdm3x3zl.n5x"
40
}
41
42
0 commit comments