Polishing
This commit is contained in:
@@ -777,8 +777,7 @@ public class FunctionInvokerTests {
|
|||||||
ByteArrayOutputStream output = new ByteArrayOutputStream();
|
ByteArrayOutputStream output = new ByteArrayOutputStream();
|
||||||
invoker.handleRequest(targetStream, output, null);
|
invoker.handleRequest(targetStream, output, null);
|
||||||
String result = new String(output.toByteArray(), StandardCharsets.UTF_8);
|
String result = new String(output.toByteArray(), StandardCharsets.UTF_8);
|
||||||
System.out.println("Result: " + result);
|
assertThat(result).contains("IYV3p45BT0ac8hjHg1houSdS1a.Mro8e");
|
||||||
//assertThat(result).contains("APIGatewayCustomAuthorizerEvent(version=null, type=TOKEN");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||||
|
|||||||
Reference in New Issue
Block a user