Skip to content

Commit

Permalink
Fix @httpMalformedRequestTests being applied to the wrong operation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjant authored and kstich committed Oct 27, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 58a8eb8 commit 67af34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ operation MalformedMap {
input: MalformedMapInput
}

apply MalformedList @httpMalformedRequestTests([
apply MalformedMap @httpMalformedRequestTests([
{
id: "RestJsonBodyMalformedMapNullKey",
documentation: """

0 comments on commit 67af34b

Please sign in to comment.