Update app id check in tests
This commit is contained in:
parent
26bb6cb6b5
commit
fd9796f715
|
@ -144,7 +144,7 @@ class TestConfiguration {
|
|||
const headers = {
|
||||
Accept: "application/json",
|
||||
}
|
||||
if (this.prodAppId) {
|
||||
if (appId) {
|
||||
headers[Headers.APP_ID] = appId
|
||||
}
|
||||
return headers
|
||||
|
|
Loading…
Reference in New Issue