Skip to content

Commit

Permalink
test should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta committed Mar 16, 2024
1 parent 429dfa7 commit 406edc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("POST /plan-refs", () => {
const responseUuid: string =
response.headers.location?.split("/").reverse()[0] ?? ""

expect(response.status).toBe(201)
expect(response.status).toBe(202)

// Validate side effects
const planDbObject = await prisma.plan.findUnique({
Expand Down

0 comments on commit 406edc9

Please sign in to comment.