Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Marin committed Feb 28, 2022
1 parent 7e8f243 commit 109d5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fastify/fastify-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('fastify plugin', () => {
app.get('/pets', (req, reply) => {
reply.status(204).send();
});

app.get('/pets/:petId/medicalHistory', (req, reply) => {
reply.status(204).send();
});
Expand Down

0 comments on commit 109d5e6

Please sign in to comment.