Skip to content

Commit c8e52fb

Browse files
Merge branch 'discord-invite-api' of https://github.com/Real-Dev-Squad/website-backend into discord-invite-api
2 parents 7dde33f + 2bfd652 commit c8e52fb

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
@@ -597,7 +597,7 @@ describe("Discord actions", function () {
597597
});
598598

599599
describe("POST /discord-actions/invite", function () {
600-
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 () {
600+
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 () {
601601
const res = await chai
602602
.request(app)
603603
.post(`/discord-actions/invite?userId=${superUserId}`)

0 commit comments

Comments
 (0)