Skip to content

Commit

Permalink
Update test/delete.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
  • Loading branch information
gurgunday and Eomm committed Apr 26, 2024
1 parent 62174d4 commit a064f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/delete.test.js
Expand Up @@ -321,7 +321,7 @@ test('shorthand - delete with application/json Content-Type header and null body

// https://github.com/fastify/fastify/issues/936
// Skip this test because this is an invalid request
test('shorthand - delete with application/json Content-Type header and without body', { skip: true }, t => {
test('shorthand - delete with application/json Content-Type header and without body', { skip: 'https://github.com/fastify/fastify/pull/5419' }, t => {
t.plan(4)
const fastify = require('..')()
fastify.delete('/', {}, (req, reply) => {
Expand Down

0 comments on commit a064f50

Please sign in to comment.