Update to correct application name
This commit is contained in:
parent
3bc1dcaae9
commit
70f694eba2
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue