Skip to content

Commit 1361b2e

Browse files
committed
Changes while reviewing
1 parent 2e014d7 commit 1361b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/__tests__/contentType.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import request from "supertest"
33
import rest from '../../rest.js'
44

55
// Set up a minimal Express app with the Content-Type validation middleware
6-
const routeTester = new express()
6+
const routeTester = express()
77
routeTester.use(express.json({ type: ["application/json", "application/ld+json"] }))
88
routeTester.use(express.text())
99
routeTester.use(express.urlencoded({ extended: false }))

0 commit comments

Comments
 (0)