Skip to content

Commit e381631

Browse files
authored
Fix invalid detection failing test (#439)
1 parent 6962601 commit e381631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/api/uploader/uploader_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ describe("uploader", function () {
576576
expect().fail();
577577
}).catch(function (error) {
578578
expect(error).not.to.be(void 0);
579-
expect(error.message).to.contain("Detection is invalid");
579+
expect(error.message).to.contain("Detection invalid model 'illegal'");
580580
});
581581
});
582582
it("should support requesting background_removal", function () {

0 commit comments

Comments
 (0)