Skip to content

Commit

Permalink
fix live test
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Feb 5, 2025
1 parent ab50ef4 commit c298140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/live/events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test("creating an event", async () => {
featured: true,
}),
});
expect(response.status).toBe(200);
expect(response.status).toBe(201);
const responseJson = await response.json();
expect(responseJson).toHaveProperty("id");
expect(responseJson).toHaveProperty("resource");
Expand Down

0 comments on commit c298140

Please sign in to comment.