Skip to content

Commit 8667da9

Browse files
committed
Remove outPrintLn
1 parent 22b6904 commit 8667da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gxawsserverless/src/test/java/com/genexus/serverless/proxy/test/jersey/GeneXusAppAwsHttpApiProxyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public void testUpload() {
107107

108108
AwsProxyResponse output = handler.proxy(request, lambdaContext);
109109
assertEquals(201, output.getStatusCode());
110-
System.out.println(output.getBody());
111110
}
112111

113112
}

0 commit comments

Comments
 (0)