Skip to content

Commit 616cd1e

Browse files
committed
Step2: can't run the full gateway test (the test seems to be wrong)
1 parent e3fbd78 commit 616cd1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/io/reactiverse/awssdk/integration/apigateway/VertxApiGatewaySpec.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public class VertxApiGatewaySpec extends LocalStackBaseSpec {
6060
private String resourceId;
6161

6262
// README: see below for the full test
63-
// But: https://github.com/localstack/localstack/issues/1030
63+
// Since: https://github.com/localstack/localstack/issues/1030 has been fixed, it should work, but there's another issue
64+
// (on the test design this time: No integration defined for method "Service: ApiGateway" => investigate later)
6465
// For now we're just testing creation requests, but not the actual routing one, because localstack doesn't allow it
6566
@Test
6667
@Timeout(value = 10, timeUnit = TimeUnit.SECONDS)

0 commit comments

Comments
 (0)