We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8f49e commit c10ff77Copy full SHA for c10ff77
apidoc-core/src/test/java/com/ztianzeng/apidoc/test/ReaderTest.java
@@ -181,7 +181,7 @@ public void test2497() {
181
assertNotNull(operation);
182
ArraySchema schema = (ArraySchema) operation.getResponses().get("200").getContent().values().iterator().next().getSchema();
183
assertNotNull(schema);
184
- assertEquals(schema.getItems().get$ref(), "#/components/schemas/User");
+ assertEquals(schema.getItems().get$ref(), "#/components/schemas/com.ztianzeng.apidoc.test.res.ResponseContentWithArrayResource.User");
185
}
186
187
0 commit comments