chore(testing): fix casing in error messsage
This commit is contained in:
parent
8136769b66
commit
7183b5a43e
|
@ -7,7 +7,7 @@ import * as integration from "../../../utils/integration"
|
|||
|
||||
const NOT_FOUND = {
|
||||
code: 404,
|
||||
message: "not found",
|
||||
message: "Not Found",
|
||||
}
|
||||
|
||||
describe("/_static", () => {
|
||||
|
|
Loading…
Reference in New Issue