File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
cloudinary-test-common/src/main/java/com/cloudinary/test Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -596,18 +596,6 @@ public void testDetectionUpdate() {
596
596
}
597
597
}
598
598
599
- @ Test
600
- public void testSimilaritySearchUpdate () {
601
- // should support requesting similarity search
602
- try {
603
- Map uploadResult = cloudinary .uploader ().upload (SRC_TEST_IMAGE , ObjectUtils .asMap ("tags" , UPLOAD_TAGS ));
604
- api .update ((String ) uploadResult .get ("public_id" ), ObjectUtils .asMap ("similarity_search" , "illegal" ));
605
- } catch (Exception e ) {
606
- assertTrue (e instanceof BadRequest );
607
- assertTrue (e .getMessage ().matches ("^Illegal value(.*)" ));
608
- }
609
- }
610
-
611
599
@ Test
612
600
public void testUpdateCustomCoordinates () throws IOException , Exception {
613
601
// should update custom coordinates
You can’t perform that action at this time.
0 commit comments