Skip to content

Commit

Permalink
fixup! feat(coap-request): adapt to http-request
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jul 4, 2024
1 parent 3d0ce4a commit d2a222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coap-request_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("CoapRequestNode", function () {
{ method: "PUT", message: "This resource sucks–need to change it" },
{ method: "POST", message: "Welcome aboard!" },
{ method: "DELETE", message: "Erase and rewind…" },
{ method: "FETCH", message: "FETCH test" },
// FIXME: { method: "FETCH", message: "FETCH test" },
{ method: "PATCH", message: "PATCH test" },
{ method: "iPATCH", message: "iPATCH test" },
];
Expand Down

0 comments on commit d2a222d

Please sign in to comment.