Fix tag to filter test

This commit is contained in:
JennyNou 2026-04-01 16:32:56 -04:00
parent 61beab1d9a
commit 62e304f7c6

View file

@ -70,7 +70,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-6847'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-6847'],
testData: data
}, undefined, '0001a');
advancedScenario0001TestCases.push(tc);