Skip to content

Commit

Permalink
chore: small edit for successCriteria
Browse files Browse the repository at this point in the history
  • Loading branch information
aanshi07 committed May 23, 2024
1 parent 26c139e commit 9131229
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions test/integrations/destinations/webhook/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const data = [
id: 'Test 0 - processor',
description: 'Basic track call',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -91,9 +91,9 @@ export const data = [
{
name: 'webhook',
id: 'Test 1 - processor',
description: 'Track call -> with no headers provided',
description: 'Track -> No headers in config object',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -173,7 +173,7 @@ export const data = [
id: 'Test 2 - processor',
description: 'Track call -> with destination having wrong url',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -253,7 +253,7 @@ export const data = [
id: 'Test 3 - processor',
description: 'Track call, having distinct properties, webhookMethod -> GET, output -> params',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -348,7 +348,7 @@ export const data = [
id: 'Test 4 - processor',
description: 'Track call, having distinct properties, webhookMethod -> GET, output -> params',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -435,7 +435,7 @@ export const data = [
id: 'Test 5 - processor',
description: 'Track call, having request_ip, method -> POST',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -556,7 +556,7 @@ export const data = [
id: 'Test 6 - processor',
description: 'Track call, method -> POST',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -678,7 +678,7 @@ export const data = [
id: 'Test 7 - processor',
description: 'Track call, method -> POST',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -774,7 +774,7 @@ export const data = [
id: 'Test 8 - processor',
description: 'Track call -> with appendPath and distinct headers, method -> POST',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -872,7 +872,7 @@ export const data = [
id: 'Test 9 - processor',
description: 'Track calls -> with fullPath, method -> POST',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -962,7 +962,7 @@ export const data = [
id: 'Test 10 - processor',
description: 'Basic track calls',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -1053,7 +1053,7 @@ export const data = [
id: 'Test 11 - processor',
description: 'Basic track calls',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -1164,7 +1164,7 @@ export const data = [
id: 'Test 12 - processor',
description: 'Basic track calls',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -1263,7 +1263,7 @@ export const data = [
id: 'Test 13 - processor',
description: 'Basic track calls',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -1360,7 +1360,7 @@ export const data = [
id: 'Test 14 - processor',
description: 'Basic track calls',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -1457,7 +1457,7 @@ export const data = [
id: 'Test 15 - processor',
description: 'Test POST method with track message type',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down Expand Up @@ -1559,7 +1559,7 @@ export const data = [
id: 'Test 16 - processor',
description: 'Test method PATCH',
scenario: 'Framework',
successCriteria: 'All events should be transformed successfully and status code should be 200',
successCriteria: 'Event should be transformed successfully and status code should be 200',
feature: 'processor',
module: 'destination',
version: 'v0',
Expand Down

0 comments on commit 9131229

Please sign in to comment.