Skip to content

Commit 9bb9d8f

Browse files
author
Amir Tocker
committed
Remove similiarity_search test
1 parent 2739921 commit 9bb9d8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/api_spec.coffee

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -684,14 +684,6 @@ describe "api", ->
684684
done()
685685
true
686686

687-
it "should support requesting similarity_search", (done) ->
688-
@timeout helper.TIMEOUT_MEDIUM
689-
upload_image (upload_result)->
690-
cloudinary.v2.api.update upload_result.public_id, similarity_search: "illegal", (error, api_result) ->
691-
expect(error.message).to.contain "Illegal value"
692-
done()
693-
true
694-
695687
describe "access_control", ()->
696688
acl = {
697689
access_type: 'anonymous',

0 commit comments

Comments
 (0)