Skip to content

Commit 7509984

Browse files
author
Amir Tocker
committed
Fix testDeleteByToken.
1 parent 625f8f1 commit 7509984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void testUtf8Upload() throws IOException {
8585

8686
@Test
8787
public void testDeleteByToken() throws Exception {
88-
Map options = ObjectUtils.asMap("return_delete_token", true, "tags", new String[]{SDK_TEST_TAG, uniqueTag});
88+
Map options = ObjectUtils.asMap("return_delete_token", true, "tags", new String[]{SDK_TEST_TAG, UPLOADER_TAG});
8989
Map res = cloudinary.uploader().upload(SRC_TEST_IMAGE, options);
9090
String token = (String) res.get("delete_token");
9191
res = cloudinary.uploader().deleteByToken(token);

0 commit comments

Comments
 (0)