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 ab50ef4 commit c298140Copy full SHA for c298140
tests/live/events.test.ts
@@ -29,7 +29,7 @@ test("creating an event", async () => {
29
featured: true,
30
}),
31
});
32
- expect(response.status).toBe(200);
+ expect(response.status).toBe(201);
33
const responseJson = await response.json();
34
expect(responseJson).toHaveProperty("id");
35
expect(responseJson).toHaveProperty("resource");
0 commit comments