Skip to content

Commit

Permalink
Merge pull request #570 from Azquelt/remove-extension-cascade-test
Browse files Browse the repository at this point in the history
Extensions on methods don't cascade to responses
  • Loading branch information
Azquelt authored Aug 11, 2023
2 parents 5614b7c + 346acd8 commit 0649b7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ public void testExtensionPlacement(String type) {
vr.body(opPath + ".responses.'200'", not(hasKey(X_OPERATION_EXT)));
vr.body(opPath + ".responses.'200'", hasEntry(equalTo("x-response-ext"), equalTo("test-response-ext")));
vr.body(opPath + ".responses.'500'", not(hasKey(X_OPERATION_EXT)));
vr.body(opPath + ".responses.'503'", hasEntry(equalTo(X_OPERATION_EXT), equalTo(TEST_OPERATION_EXT)));
vr.body(opPath + ".responses.'503'.content.'application/json'",
hasEntry(equalTo("x-notavailable-ext"), equalTo("true")));
vr.body(opPath + ".responses.'503'.content.'application/xml'",
Expand Down

0 comments on commit 0649b7f

Please sign in to comment.