Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Update mockapi.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgallan committed Oct 11, 2024
1 parent 8244e3c commit 37156f9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ Scenarios.Parameters_BodyOptionality_OptionalityOrdering = passOnSuccess([
return { status: 204 };
}),
]);

Scenarios.Parameters_BodyOptionality_OrderingWithOptionalStart = passOnSuccess(
mockapi.head("/parameters/query-optionality/startwithoptional", (req) => {
req.expect.bodyEquals({ end: "required" });
return { status: 204 };
}),
);

0 comments on commit 37156f9

Please sign in to comment.