Skip to content

Commit c298140

Browse files
committed
fix live test
1 parent ab50ef4 commit c298140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/live/events.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test("creating an event", async () => {
2929
featured: true,
3030
}),
3131
});
32-
expect(response.status).toBe(200);
32+
expect(response.status).toBe(201);
3333
const responseJson = await response.json();
3434
expect(responseJson).toHaveProperty("id");
3535
expect(responseJson).toHaveProperty("resource");

0 commit comments

Comments
 (0)