Skip to content

Commit 96c130f

Browse files
nitzanjAmir Tocker
authored andcommitted
Add logs to locate error.
1 parent 0a74d81 commit 96c130f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public static void setUpClass() throws IOException {
6161
cloudinary.uploader().upload(SRC_TEST_IMAGE, options);
6262
options = ObjectUtils.asMap("public_id", "context_2", "tags", new String[]{SDK_TEST_TAG, uniqueTag}, "context", context2);
6363
cloudinary.uploader().upload(SRC_TEST_IMAGE, options);
64+
System.out.println("Suffix: " + SUFFIX);
6465
}
6566

6667
@AfterClass

0 commit comments

Comments
 (0)