diff --git a/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java b/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java index dcf42809a..555d79359 100644 --- a/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java +++ b/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java @@ -299,7 +299,6 @@ public class GatewayIntegrationTests { Map files = getMap(response.getBody(), "files"); assertThat(files).containsKey("file"); assertThat((String)files.get("file")).startsWith("data:application/octet-stream;base64,"); - System.out.println(); } @Test