Skip to content

Commit

Permalink
qa: fix media test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Apr 10, 2017
1 parent 3f693dc commit 926d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cms/media/image.js
Expand Up @@ -148,7 +148,7 @@ describe('image', function() {
var result2 = cmsMedia.image.isValidMedia('wrong/mimetype', '.exe')
chai.expect(result.error).to.equal(false)
chai.expect(result2.error).to.be.a('string')
chai.expect(result2.error).to.equal('.exe is not an authorized extension')
chai.expect(result2.error).to.equal('.exe is not an authorized mimetype')
});

/**
Expand Down

0 comments on commit 926d420

Please sign in to comment.