Skip to content

Commit

Permalink
Add Ocp-Apim-Subscription-Key to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarBakker committed Feb 15, 2024
1 parent fe44943 commit 99fa4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/simple-connect/svwi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('simple-connect/svwi', () => {
remoteApi
.get('/mijnamsterdam/v1/autorisatie/tegel')
.matchHeader('Authorization', `Bearer ${authProfileAndToken.token}`)
.matchHeader('Ocp-Apim-Subscription-Key', 'xxx')
.reply(200, SVWI);

const responseContent = await fetchSVWI(REQUEST_ID, authProfileAndToken);
Expand Down

0 comments on commit 99fa4a3

Please sign in to comment.