chore(testing): fix casing in error messsage

This commit is contained in:
Joe Previte 2021-10-04 12:06:33 -07:00
parent 8136769b66
commit 7183b5a43e
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import * as integration from "../../../utils/integration"
const NOT_FOUND = {
code: 404,
message: "not found",
message: "Not Found",
}
describe("/_static", () => {