Skip to content

Commit

Permalink
chore: sanity suite test cases updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumita Mandal authored and Moumita Mandal committed Sep 1, 2023
1 parent e0bdfae commit a60317d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sanity-suite/src/testBook/ignoredProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ const ignoredProperties = [
type: 'string',
},
{
key: `message.integrations.Google Analytics 4.sessionId`,
key: `message.integrations.Google Analytics 4 (GA4).sessionId`,
type: 'number',
},
{
key: `message.integrations.Google Analytics 4.clientId`,
key: `message.integrations.Google Analytics 4 (GA4).clientId`,
type: 'string',
},
{
key: `message.integrations.Google Analytics 4.sessionNumber`,
key: `message.integrations.Google Analytics 4 (GA4).sessionNumber`,
type: 'number',
},
];
Expand Down

0 comments on commit a60317d

Please sign in to comment.