Skip to content

Commit b73751a

Browse files
committed
update error test
1 parent e66baba commit b73751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OpenAPIKitErrorReportingTests/SchemaErrorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ final class SchemaErrorTests: XCTestCase {
7676

7777
XCTAssertEqual(openAPIError.localizedDescription,
7878
"""
79-
Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. at path: .paths['/hello/world'].get.responses.200.content['application/json'].schema
79+
Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.x. OpenAPIKit has translated it into 'type: ["null", ...]'.. at path: .paths['/hello/world'].get.responses.200.content['application/json'].schema
8080
""")
8181
XCTAssertEqual(openAPIError.codingPath.map { $0.stringValue }, [
8282
"paths",

0 commit comments

Comments
 (0)