Skip to content

Commit

Permalink
fix: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Oct 16, 2024
1 parent ef4b9b1 commit ea7788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contact.int.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('contact tests', () => {
// Assert
expect(res.status).toEqual(200);
expect(res.body.successful).toEqual(false);
expect(res.body.returnMessage.message).toEqual(`Failed to find contact.`);
expect(res.body.returnMessage.message).toEqual(`Logging against internal extension number is not supported.`);
}
});
test('known contact - successful', async () => {
Expand Down

0 comments on commit ea7788e

Please sign in to comment.