Skip to content

Commit

Permalink
fix(ga4): test case cred changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Mar 18, 2024
1 parent 627e011 commit ea9dcfc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/integrations/destinations/ga4/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14948,7 +14948,7 @@ export const data = [
externalId: [
{
type: 'ga4AppInstanceId',
id: 'f0dd99b6f979fb551ce583373900f937',
id: 'dummyGA4AppInstanceId',
},
{
type: 'ga4ClientId',
Expand Down Expand Up @@ -14977,7 +14977,7 @@ export const data = [
destination: {
Config: {
apiSecret: 'dummyApiSecret',
measurementId: 'G-T40PE6KET4',
measurementId: 'G-123456',
firebaseAppId: '',
blockPageViewEvent: false,
typesOfClient: 'gtag',
Expand Down Expand Up @@ -15020,7 +15020,7 @@ export const data = [
},
params: {
api_secret: 'dummyApiSecret',
measurement_id: 'G-T40PE6KET4',
measurement_id: 'G-123456',
},
body: {
JSON: {
Expand Down Expand Up @@ -15103,7 +15103,7 @@ export const data = [
externalId: [
{
type: 'ga4AppInstanceId',
id: 'f0dd99b6f979fb551ce583373900f937',
id: 'dummyGA4AppInstanceId',
},
{
type: 'ga4ClientId',
Expand Down Expand Up @@ -15132,7 +15132,7 @@ export const data = [
destination: {
Config: {
apiSecret: 'dummyApiSecret',
measurementId: 'G-T40PE6KET4',
measurementId: 'G-123456',
firebaseAppId: '',
blockPageViewEvent: false,
typesOfClient: 'gtag',
Expand Down Expand Up @@ -15175,7 +15175,7 @@ export const data = [
},
params: {
api_secret: 'dummyApiSecret',
measurement_id: 'G-T40PE6KET4',
measurement_id: 'G-123456',
},
body: {
JSON: {
Expand Down

0 comments on commit ea9dcfc

Please sign in to comment.