1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-11 10:38:44 +00:00

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

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", () => {