We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6962601 commit e381631Copy full SHA for e381631
test/integration/api/uploader/uploader_spec.js
@@ -576,7 +576,7 @@ describe("uploader", function () {
576
expect().fail();
577
}).catch(function (error) {
578
expect(error).not.to.be(void 0);
579
- expect(error.message).to.contain("Detection is invalid");
+ expect(error.message).to.contain("Detection invalid model 'illegal'");
580
});
581
582
it("should support requesting background_removal", function () {
0 commit comments