Update to correct application name

This commit is contained in:
JennyNou 2026-03-25 15:17:54 -04:00
parent 3bc1dcaae9
commit 70f694eba2

View file

@ -13,7 +13,7 @@ export default class CcisApiUtil {
return axios.post(this.postCreateMockPolicyUrl, requestBody, {
headers: {
'X-Mule-Origin-Verify': authToken,
'x-Application-Name': 'CCIS Playwright'
'x-Application-Name': 'ISS Playwright'
}
});
}
@ -23,7 +23,7 @@ export default class CcisApiUtil {
return axios.delete(deleteUrl, {
headers: {
'X-Mule-Origin-Verify': authToken,
'x-Application-Name': 'CCIS Playwright'
'x-Application-Name': 'ISS Playwright'
}
});
}