Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Sep 20, 2023
1 parent 9fef7e1 commit 97bd46f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function ({ getService }: FtrProviderContext) {
origin: 'ui',
urls: 'https://nextjs-test-synthetics.vercel.app/api/users',
max_redirects: '3',
max_attempts: 2,
password: 'test',
proxy_url: 'http://proxy.com',
'response.include_body': 'never',
Expand Down Expand Up @@ -150,6 +151,7 @@ export default function ({ getService }: FtrProviderContext) {
'monitor.project.id': 'test-project-cb47c83a-45e7-416a-9301-cb476b5bff01',
},
fields_under_root: true,
max_attempts: 2,
},
],
},
Expand Down

0 comments on commit 97bd46f

Please sign in to comment.