Skip to content

Commit 0322e63

Browse files
committed
Remove System.out in test
1 parent 6c1fe35 commit 0322e63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractApiTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public void test05ResourcesByPrefix() throws Exception {
179179
// should allow listing resources by prefix
180180
Map result = api.resources(ObjectUtils.asMap("type", "upload", "prefix", API_TEST, "tags", true, "context", true));
181181
List<Map> resources = (List) result.get("resources");
182-
System.out.println(resources);
183182
assertThat(resources, hasItem(hasEntry("public_id", (Object) API_TEST)));
184183
assertThat(resources, hasItem(hasEntry("public_id", (Object) API_TEST_1)));
185184
// resources = (List<Map<? extends String, ?>>) result.get("resources");

0 commit comments

Comments
 (0)