Skip to content

Commit 4ebc665

Browse files
author
Amir Tocker
committed
Fix categorization test
1 parent 9bb9d8f commit 4ebc665

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/uploader_spec.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ describe "uploader", ->
411411
it "should support requesting categorization", (done) ->
412412
cloudinary.v2.uploader.upload IMAGE_FILE, categorization: "illegal", tags: UPLOAD_TAGS, (error, result) ->
413413
expect(error?).to.be true
414-
expect(error.message).to.contain "is invalid"
415414
done()
416415
true
417416

0 commit comments

Comments
 (0)