polish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user