Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wwills2 committed Dec 10, 2024
1 parent 9571b66 commit e228d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/organization.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Orgainzation Resource CRUD', function () {
const response = await supertest(app).delete(`/v1/organizations`).send();

expect(response.body.message).to.equal(
'Your home organization was reset, please create a new one.',
'Your home organization was deleted from this instance. (note that it still exists in datalayer)',
);

const stagingData = await testFixtures.getLastCreatedStagingRecord();
Expand Down

0 comments on commit e228d5a

Please sign in to comment.