Skip to content

Commit 711e065

Browse files
committed
test for new header in /v1/id response
1 parent e0dc3b0 commit 711e065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

routes/__tests__/id.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ it("'/id/:id' route functions", async () => {
3030
expect(response.headers["last-modified"]).toBeTruthy()
3131
expect(response.headers["link"]).toBeTruthy()
3232
expect(response.headers["location"]).toBeTruthy()
33+
expect(response.headers['current-overwritten-version']).toBeDefined()
3334

3435
})
3536

0 commit comments

Comments
 (0)