Fix tests
This commit is contained in:
@@ -118,7 +118,7 @@ describe('Domains', function () {
|
||||
|
||||
const [error] = await safe(domains.del(DOMAIN_0.domain, auditSource));
|
||||
expect(error.reason).to.equal(BoxError.CONFLICT);
|
||||
expect(error.message).to.contain('Domain is in use by one or more app');
|
||||
expect(error.message).to.contain('Domain is in use in an app\'s location');
|
||||
|
||||
await apps.del(appCopy.id);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user