mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore(testing): fix casing in error messsage
This commit is contained in:
parent
8136769b66
commit
7183b5a43e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue