Skip to content

Commit

Permalink
fix: trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke committed Oct 9, 2023
1 parent 730bfba commit 1f9da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('', () => {
expect(res.statusCode).eq(200);
});

it('Test header: content-type: application/json', async () => {
it('Test header: content-type: application/json', async () => {
const res = await request(server).post('/');
expect(res.statusCode).eq(415);
expect(res.body)
Expand Down

0 comments on commit 1f9da47

Please sign in to comment.