diff --git a/test/headers.2.spec.ts b/test/headers.2.spec.ts index cee63eba..65e87f80 100644 --- a/test/headers.2.spec.ts +++ b/test/headers.2.spec.ts @@ -31,7 +31,7 @@ describe(packageJson.name, () => { app.server.close(); }); - it.only('should return 400 invalid header', async () => { + it.only('should return 400 missing required header', async () => { return request(app) .get(`${app.basePath}/headers_1`) .expect(400)