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 8e7c57d commit 170d667Copy full SHA for 170d667
modules/swagger-parser-v2-converter/src/test/java/io/swagger/parser/test/V2ConverterTest.java
@@ -768,7 +768,7 @@ public void testIssue820() throws Exception {
768
}
769
770
@Test(description = "OpenAPI v2 converter - proper IntegerSchema parsing")
771
- public void testTopLevelExtensions() throws Exception {
+ public void testIssue1032() throws Exception {
772
final OpenAPI oas = getConvertedOpenAPIFromJsonFile(ISSUE_1032_YAML);
773
assertNotNull(oas);
774
Parameter unixTimestampQueryParameter = oas.getPaths().get(DATA_PATH).getGet().getParameters().get(0);
0 commit comments