Skip to content

Commit

Permalink
fixed one test that was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
qiandrewj committed Nov 10, 2024
1 parent 9fb96ab commit 4df611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/Review.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("Review functionality unit tests", () => {

test("Reporting a review works correctly", async () => {
const res1 = await axios.post(
`http://localhost:${testPort}/api/admin/reviews/report`,
`http://localhost:${testPort}/api/reviews/report`,
{ id: "4Y8k7DnX3PLNdwRPr", token: VALID_ADMIN_TOKEN },
);

Expand Down

0 comments on commit 4df611f

Please sign in to comment.