Made it so there are fewer than 4 tests

This commit is contained in:
Chase King 2025-03-11 10:05:09 -04:00
parent da4e992985
commit 35f216207c

View file

@ -74,7 +74,7 @@ for (const client of advancedClients) {
data.clientTag = client.clientTag;
const tc = new TestCase({
name: `0004a Advanced Replace Deductible Client: "${client.accountName}"`,
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
testData: data
}, undefined, '0004a');
advancedScenario0004aTestCases.push(tc);