Skip to content

Commit

Permalink
🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Oct 3, 2024
1 parent 0d1f027 commit 1c290f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/v1/check/http/post.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test("Create a single check ", async () => {
),
);

const res = await api.request("/check", {
const res = await api.request("/check/http", {
method: "POST",
headers: {
"x-openstatus-key": "1",
Expand Down

0 comments on commit 1c290f4

Please sign in to comment.