Skip to content

Commit 99252d1

Browse files
test description string change
1 parent 1105698 commit 99252d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/discordactions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ describe("Discord actions", function () {
607607
});
608608
});
609609

610-
it("should return 403 if the other user's id is provided and the user is not a super user", async function () {
610+
it("should return 403 if the userId in the query param is not equal to the userId of the user and user is not a super user", async function () {
611611
const res = await chai
612612
.request(app)
613613
.get(`/discord-actions/invite?userId=${superUserId}`)

0 commit comments

Comments
 (0)