Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Feb 13, 2020
1 parent 560b519 commit c93590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/headers.2.spec.ts
Expand Up @@ -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)
Expand Down

0 comments on commit c93590a

Please sign in to comment.