Skip to content

Commit e4e7359

Browse files
gayathrisairamczechboy0
authored andcommitted
Update Tests/OpenAPIRuntimeTests/Interface/Test_ErrorHandlingMiddleware.swift
Co-authored-by: Honza Dvorsky <[email protected]>
1 parent 2fb4123 commit e4e7359

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)