Skip to content

Commit 2bfd652

Browse files
Update test/integration/discordactions.test.js
Co-authored-by: Satyam Bajpai <bajpai1973satyam@gmail.com>
1 parent 99252d1 commit 2bfd652

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
@@ -619,7 +619,7 @@ describe("Discord actions", function () {
619619
});
620620

621621
describe("POST /discord-actions/invite", function () {
622-
it("should return 403 if the userId in the query param is not equal to the user of the user and user is not a super user", async function () {
622+
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 () {
623623
const res = await chai
624624
.request(app)
625625
.post(`/discord-actions/invite?userId=${superUserId}`)

0 commit comments

Comments
 (0)