mirror of
https://github.com/danog/code-server.git
synced 2024-11-30 04:39:46 +01:00
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 = {
|
const NOT_FOUND = {
|
||||||
code: 404,
|
code: 404,
|
||||||
message: "not found",
|
message: "Not Found",
|
||||||
}
|
}
|
||||||
|
|
||||||
describe("/_static", () => {
|
describe("/_static", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user