Skip to content

Commit

Permalink
Correct variable name
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Rouse <[email protected]>
  • Loading branch information
MikeEdgar and Azquelt authored Oct 15, 2024
1 parent 01ce093 commit 4f21263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ public void testEncodingResponses(String type) {

String t = "paths.'/user/username/{username}'.put.responses.'200'.content.'application/xml'.encoding.password.";
vr.body(t + "contentType", equalTo("text/plain"));
vr.body(s, hasOptionalEntry("style", "form"));
vr.body(t, hasOptionalEntry("style", "form"));
vr.body(t + "explode", equalTo(true));
vr.body(t + "allowReserved", equalTo(true));

Expand Down

0 comments on commit 4f21263

Please sign in to comment.