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 12, 2024
1 parent 74bc4bc commit daea89e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ export const networkCallsData = [
},
},
{
description:
'Mock response from destination depicting a request with invalid authentication credentials',
httpReq: {
url: 'https://googleads.googleapis.com/v14/customers/customerid/offlineUserDataJobs:create',
data: {
Expand Down Expand Up @@ -269,6 +271,8 @@ export const networkCallsData = [
},
},
{
description:
'Mock response from destination depicting a request with invalid authentication scopes',
httpReq: {
url: 'https://googleads.googleapis.com/v14/customers/1234/offlineUserDataJobs:create',
data: {
Expand Down

0 comments on commit daea89e

Please sign in to comment.