From 322a069acfa04cd9897eaa1175a459ae811e89bb Mon Sep 17 00:00:00 2001 From: AASHISH MALIK Date: Tue, 27 Feb 2024 12:45:33 +0530 Subject: [PATCH] fix: convert to string from null in hs --- test/integrations/destinations/hs/processor/data.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/integrations/destinations/hs/processor/data.ts b/test/integrations/destinations/hs/processor/data.ts index 14bb9921acc..a7effaa949f 100644 --- a/test/integrations/destinations/hs/processor/data.ts +++ b/test/integrations/destinations/hs/processor/data.ts @@ -5280,8 +5280,7 @@ export const data = [ body: [ { message: { - description: - '[HS] (newApi): check converion to empty string if hs property is null', + description: '[HS] (newApi): check converion to empty string if hs property is null', channel: 'web', context: { app: { @@ -5352,7 +5351,7 @@ export const data = [ properties: { email: 'noname@email.com', firstname: '', - gender: '' + gender: '', }, }, JSON_ARRAY: {},