This commit is contained in:
Oleg Zhurakousky
2020-05-27 14:51:51 +02:00
parent 1462a1e8eb
commit 469c86e7b6
3 changed files with 14 additions and 26 deletions

View File

@@ -379,6 +379,7 @@ public class FunctionInvokerTests {
assertThat(result.get("body")).isEqualTo("hello");
}
@SuppressWarnings("rawtypes")
@Test
public void testApiGatewayEventAsMap() throws Exception {
System.setProperty("MAIN_CLASS", ApiGatewayConfiguration.class.getName());