We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755ab89 commit 32e4092Copy full SHA for 32e4092
backend/question/src/tests/app.spec.ts
@@ -431,7 +431,7 @@ describe("Test Update", () => {
431
category: ["Update Category"],
432
complexity: "Update Complexity",
433
};
434
- const questionId = 999999;
+ const questionId = 1;
435
const res = await request
436
.post(`/api/${questionId}/update`)
437
.send(updateQuestion);
0 commit comments