Skip to content

Commit

Permalink
fix: convert to string from null in hs
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Feb 27, 2024
1 parent 1e20894 commit d770196
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/integrations/destinations/hs/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -5352,7 +5351,7 @@ export const data = [
properties: {
email: 'noname@email.com',
firstname: '',
gender: ''
gender: '',
},
},
JSON_ARRAY: {},
Expand Down

0 comments on commit d770196

Please sign in to comment.