Skip to content

Commit 34679de

Browse files
committed
Merge branch 'test-triple-slash-url' into fix-triple-slash-url
2 parents dd5e705 + fa3043d commit 34679de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-parser-v2-converter/src/test/java/io/swagger/parser/test/V2ConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ public void testIssue1032() throws Exception {
781781
assertEquals(INT64_FORMAT, integerSchema.getFormat());
782782
}
783783

784-
@Test(description = "OpenAPI v2 converter - parses URL correctly when no schemes are present")
784+
@Test(description = "OpenAPI v2 converter - converts URL correctly when it begins with forward slash")
785785
public void testIssue1113() throws Exception {
786786
final OpenAPI oas = getConvertedOpenAPIFromJsonFile(ISSUE_1113_YAML);
787787
assertNotNull(oas);

0 commit comments

Comments
 (0)