Skip to content

Commit

Permalink
chore: fb_custom_audience v1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs committed Feb 16, 2024
1 parent 8877088 commit 9f8579f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
{
id: 'fbca_v1_scenario_1',
name: 'fb_custom_audience',
description: 'successfully adding users to audience',
description: 'successfully delete users from audience',
successCriteria: 'Should return 200 with no error with destination response',
scenario: 'Business',
feature: 'dataDelivery',
Expand Down Expand Up @@ -174,7 +174,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
{
id: 'fbca_v1_scenario_3',
name: 'fb_custom_audience',
description: 'user addition failed due to unavailable audience error',
description: 'user deletion failed due to unavailable audience error',
successCriteria: 'Fail with status code 400',
scenario: 'Business',
feature: 'dataDelivery',
Expand Down Expand Up @@ -218,7 +218,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
{
id: 'fbca_v1_scenario_4',
name: 'fb_custom_audience',
description: 'user addition failed because the custom audience has been deleted',
description: 'user deletion failed because the custom audience has been deleted',
successCriteria: 'Fail with status code 400',
scenario: 'Business',
feature: 'dataDelivery',
Expand Down Expand Up @@ -387,7 +387,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
{
id: 'fbca_v1_scenario_8',
name: 'fb_custom_audience',
description: 'user addition failed due expired access token error',
description: 'user deletion failed due expired access token error',
successCriteria: 'Fail with status code 400',
scenario: 'Business',
feature: 'dataDelivery',
Expand Down

0 comments on commit 9f8579f

Please sign in to comment.