diff --git a/backend/tests/controllers/group.test.ts b/backend/tests/controllers/group.test.ts index 6b4b95a4..8cfbd0d3 100644 --- a/backend/tests/controllers/group.test.ts +++ b/backend/tests/controllers/group.test.ts @@ -20,8 +20,8 @@ function createRequestObject(classid: string, assignmentid: string, groupNumber: return { params: { classid: classid, - assignmentid: assignmentid, // should not exist - groupid: groupNumber, // should not exist + assignmentid: assignmentid, + groupid: groupNumber, }, query: {}, };