From 63db4a77001c499bb27c0e99e84ae5c5f3843e6f Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Wed, 8 Feb 2017 21:15:11 -0700 Subject: [PATCH] polish --- .../cloud/gateway/test/GatewayIntegrationTests.java | 1 - 1 file changed, 1 deletion(-) 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 dcf42809..555d7935 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