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 81b40b8 commit 791ea8cCopy full SHA for 791ea8c
springdoc-openapi-data-rest/src/test/java/test/org/springdoc/api/app100/SpringDocApp100Test.java
@@ -34,10 +34,9 @@ public void testApp() throws Exception {
34
.andExpect(jsonPath("$.paths./test.get.parameters[2].name")
35
.value("name"))
36
.andExpect(jsonPath("$.paths./test.get.parameters[3].name")
37
- .value("notCode"))
+ .value("postCode"))
38
.andExpect(jsonPath("$.paths./test.get.parameters[4].name")
39
- .value("status"))
40
- .andExpect(jsonPath("$.paths./test.get.parameters[4].schema.enum").isArray());
+ .value("id"));
41
}
42
43
public enum Status {
0 commit comments