From 70f694eba26cc5f84553113a6ee2ecc779293002 Mon Sep 17 00:00:00 2001 From: JennyNou Date: Wed, 25 Mar 2026 15:17:54 -0400 Subject: [PATCH] Update to correct application name --- playwright-tests/impl/api/CcisApiUtil.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright-tests/impl/api/CcisApiUtil.ts b/playwright-tests/impl/api/CcisApiUtil.ts index acc5de7d..e4f9c8a5 100644 --- a/playwright-tests/impl/api/CcisApiUtil.ts +++ b/playwright-tests/impl/api/CcisApiUtil.ts @@ -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' } }); }