Skip to content

Commit

Permalink
chore: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Sep 1, 2024
1 parent 2d1a00a commit b7919b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/discordactions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ describe("Discord actions", function () {

expect(res).to.have.status(403);
expect(res.body.message).to.be.equal(
"Only users with an approved application can generate a Discord invite link."
"Only users with an accepted application can generate a Discord invite link."
);
});

Expand All @@ -933,7 +933,7 @@ describe("Discord actions", function () {

expect(res).to.have.status(403);
expect(res.body.message).to.be.equal(
"Only users with an approved application can generate a Discord invite link."
"Only users with an accepted application can generate a Discord invite link."
);
});

Expand Down

0 comments on commit b7919b3

Please sign in to comment.