From 8b5e963a49b59ee673c766b8ce88332ba066a2d7 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:15:04 +0530 Subject: [PATCH] test: webhook ltar info as rollup count Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/db/01-webhook.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playwright/tests/db/01-webhook.spec.ts b/tests/playwright/tests/db/01-webhook.spec.ts index 6438939242..b35f39a93c 100644 --- a/tests/playwright/tests/db/01-webhook.spec.ts +++ b/tests/playwright/tests/db/01-webhook.spec.ts @@ -683,7 +683,7 @@ test.describe.serial('Webhook', () => { CountryCode: '1', CityCodeRollup: '2', CityCodeFormula: 100, - CityList: 2, + CityList: '2', CityCodeLookup: ['23', '33'], }, ], @@ -694,7 +694,7 @@ test.describe.serial('Webhook', () => { CountryCode: '1', CityCodeRollup: '2', CityCodeFormula: 100, - CityList: 2, + CityList: '2', CityCodeLookup: ['23', '33'], }, ],