Skip to content

Commit 6304932

Browse files
Update Tests/OpenAPIRuntimeTests/Interface/Test_ErrorHandlingMiddleware.swift
Co-authored-by: Honza Dvorsky <honza@apple.com>
1 parent 6388a6a commit 6304932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OpenAPIRuntimeTests/Interface/Test_ErrorHandlingMiddleware.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ struct PartialConvertibleError: Error, HTTPResponseConvertible {
138138

139139
struct NonConvertibleError: Error {}
140140

141-
let TEST_HTTP_BODY = HTTPBody(try! JSONEncoder().encode(["error", " test error"]))
141+
let testHTTPBody = HTTPBody(try! JSONEncoder().encode(["error", " test error"]))

0 commit comments

Comments
 (0)