Skip to content

Commit 15c9a80

Browse files
authored
Remove auto-tagging request test. (#158)
1 parent 5eb95df commit 15c9a80

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -449,17 +449,6 @@ public void testDetectionRequest() {
449449
assertTrue("Detection is invalid".equals(message));
450450
}
451451

452-
453-
@Test
454-
public void testAutoTaggingRequest() {
455-
//should support requesting auto tagging
456-
try {
457-
cloudinary.uploader().upload(SRC_TEST_IMAGE, asMap("auto_tagging", 0.5f, "tags", Arrays.asList(SDK_TEST_TAG, UPLOADER_TAG)));
458-
} catch (Exception e) {
459-
assertTrue(e.getMessage().matches("^Must use(.*)"));
460-
}
461-
}
462-
463452
@Test
464453
public void testUploadLarge() throws Exception {
465454
// support uploading large files

0 commit comments

Comments
 (0)