diff --git a/service/main/test/controller/plan.controller.integration.test.ts b/service/main/test/controller/plan.controller.integration.test.ts index 054e4c3..acee87a 100644 --- a/service/main/test/controller/plan.controller.integration.test.ts +++ b/service/main/test/controller/plan.controller.integration.test.ts @@ -59,6 +59,7 @@ describe("POST /plan-refs", () => { const responseUuid: string = response.headers.location?.split("/").reverse()[0] ?? "" + // a comment expect(response.status).toBe(201) // Validate side effects