Skip to content

Commit

Permalink
chore: update method for topsort test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Dec 24, 2024
1 parent a91a292 commit 4ced2d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const trackClicksTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -216,6 +217,7 @@ export const trackClicksTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -356,6 +358,7 @@ export const trackClicksTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -477,6 +480,7 @@ export const trackClicksTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const trackImpressionsTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -212,6 +213,7 @@ export const trackImpressionsTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -352,6 +354,7 @@ export const trackImpressionsTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const trackPurchasesTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -212,6 +213,7 @@ export const trackPurchasesTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -355,6 +357,7 @@ export const trackPurchasesTestData: ProcessorTestData[] = [
destination,
},
],
method: 'POST',
},
},
output: {
Expand Down
3 changes: 3 additions & 0 deletions test/integrations/destinations/topsort/router/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const data: RouterTestData[] = [
],
destType: 'topsort',
},
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -228,6 +229,7 @@ export const data: RouterTestData[] = [
],
destType: 'topsort',
},
method: 'POST',
},
},
output: {
Expand Down Expand Up @@ -353,6 +355,7 @@ export const data: RouterTestData[] = [
],
destType: 'topsort',
},
method: 'POST',
},
},
output: {
Expand Down

0 comments on commit 4ced2d0

Please sign in to comment.