Removed unnecessary jira tag

This commit is contained in:
Chase King 2025-03-11 14:42:05 -04:00
parent e29d5d0d7b
commit f925d54224

View file

@ -71,7 +71,7 @@ for (const client of advancedClients) {
data.clientTag = client.clientTag;
const tc = new TestCase({
name: `0001a_Advanced_Replace_Deductible_Client: "${client.accountName}"`,
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
testData: data
}, undefined, '0001a');
advancedScenario0001TestCases.push(tc);