Skip to content

Commit d755f11

Browse files
committed
small dependency updates and a tweak to an error message's phrasing.
1 parent 369ab07 commit d755f11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/App/Controllers/APITestController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ extension APITestController {
323323
= Controller.jsonBadRequestError(details: "No OpenAPI Document was specified.")
324324

325325
let malformedRequestBody: CannedResponse<API.SingleAPITestDescriptorDocument.ErrorDocument>
326-
= Controller.jsonBadRequestError(details: "The request body could not be parsed as an \(RequestBodyType.PrimaryResourceBody.PrimaryResource.jsonType)")
326+
= Controller.jsonBadRequestError(details: "The request body could not be parsed as a document with primary resource of type \(RequestBodyType.PrimaryResourceBody.PrimaryResource.jsonType)")
327327

328328
let serverError: CannedResponse<API.SingleAPITestDescriptorDocument.ErrorDocument>
329329
= Controller.jsonServerError()

0 commit comments

Comments
 (0)