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 638295f commit 6e5dba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integrations/destinations/hs/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5281,7 +5281,7 @@ export const data = [
{
message: {
description:
'[HS] (newApi): get contact from hs with email (lookupField) having no contacts',
'[HS] (newApi): check converion to empty string if hs property is null',
channel: 'web',
context: {
app: {
Expand All @@ -5295,13 +5295,13 @@ export const data = [
firstname: null,
gender: '',
lookupField: 'email',
}
},
},
type: 'identify',
userId: '12345',
integrations: {
All: true,
}
},
},
destination: {
Config: {
Expand Down

0 comments on commit 6e5dba8

Please sign in to comment.