Skip to content

Commit

Permalink
chore: code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Mar 8, 2024
1 parent 54ec4e3 commit 72b3046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integrations/destinations/ga4/dataDelivery/business.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const testScenariosForV0API = [
name: 'ga4',
description:
'[Proxy v0 API] :: Test for a invalid event name - where the destination responds with 200 with error for invalid event name',
successCriteria: 'Should return 200 with error with destination response',
successCriteria: 'Should return 400 with error and destination response',
scenario: 'Business',
feature: 'dataDelivery',
module: 'destination',
Expand Down Expand Up @@ -178,7 +178,7 @@ export const testScenariosForV0API = [
name: 'ga4',
description:
'[Proxy v0 API] :: Test for a invalid parameter value - where the destination responds with 200 with error for invalid parameter value',
successCriteria: 'Should return 200 with error with destination response',
successCriteria: 'Should return 400 with error and destination response',
scenario: 'Business',
feature: 'dataDelivery',
module: 'destination',
Expand Down Expand Up @@ -261,7 +261,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
name: 'ga4',
description:
'[Proxy v1 API] :: Test for a invalid event name - where the destination responds with 200 with error for invalid event name',
successCriteria: 'Should return 200 with error with destination response',
successCriteria: 'Should return 400 with error and destination response',
scenario: 'Business',
feature: 'dataDelivery',
module: 'destination',
Expand Down

0 comments on commit 72b3046

Please sign in to comment.