Skip to content

Commit

Permalink
chore: more header matches
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 25, 2024
1 parent 0193b17 commit b5e884f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/tests/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export const createTestApp = async (
nock(config.authAdminApiUrl)
.post('/')
.matchHeader('Accept', '*/*')
.matchHeader('Content-Type', 'application/json')
.matchHeader('Signature', /.*/)
.reply(200)
.persist()
logger.info({ nocks: nock.activeMocks() }, 'active mocks')
Expand Down

0 comments on commit b5e884f

Please sign in to comment.