1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Update app id check in tests

This commit is contained in:
Rory Powell 2021-10-26 16:21:26 +01:00
parent 26bb6cb6b5
commit fd9796f715

View file

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