Browse Source

polish

pull/41/head
Spencer Gibb 8 years ago
parent
commit
63db4a7700
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 1
      src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java

1
src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java

@ -299,7 +299,6 @@ public class GatewayIntegrationTests { @@ -299,7 +299,6 @@ public class GatewayIntegrationTests {
Map<String, Object> files = getMap(response.getBody(), "files");
assertThat(files).containsKey("file");
assertThat((String)files.get("file")).startsWith("data:application/octet-stream;base64,");
System.out.println();
}
@Test

Loading…
Cancel
Save