File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/test Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -252,11 +252,6 @@ public void componentsResolver() throws Exception {
252
252
253
253
Map <String , ApiResponse > responses = openAPI .getComponents ().getResponses ();
254
254
255
- //remote url response
256
- /*ApiResponse found = responses.get("Found");
257
- assertEquals(openAPI.getComponents().getResponses().get("RemoteResponse").getDescription(),"Remote Description");
258
- assertEquals(found.get$ref(), "#/components/responses/RemoteResponse");*/
259
-
260
255
//internal response headers
261
256
ApiResponse illegalInput = responses .get ("IllegalInput" );
262
257
assertEquals (illegalInput .getHeaders ().get ("X-Ref-Limit-Limit" ).get$ref (),"#/components/headers/X-Rate-Limit-Reset" );
You can’t perform that action at this time.
0 commit comments