Update app id check in tests

This commit is contained in:
Rory Powell 2021-10-26 16:21:26 +01:00
parent 081e38e5ea
commit 67f851b68c
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class TestConfiguration {
const headers = { const headers = {
Accept: "application/json", Accept: "application/json",
} }
if (this.prodAppId) { if (appId) {
headers[Headers.APP_ID] = appId headers[Headers.APP_ID] = appId
} }
return headers return headers