Skip to content

Commit

Permalink
adjust api_integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiqueclarke committed Sep 26, 2022
1 parent a5b2f03 commit 4d4ca60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"max_redirects": "3",
"password": "test",
"urls": "https://nextjs-test-synthetics.vercel.app/api/users",
"url.port": null,
"proxy_url": "http://proxy.com",
"check.response.body.negative": [],
"check.response.body.positive": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "tcp",
"type": "icmp",
"locations": [],
"journey_id": "",
"enabled": true,
Expand All @@ -14,25 +14,8 @@
"tagT2"
],
"timeout": "16",
"__ui": {
"is_tls_enabled": true,
"is_zip_url_tls_enabled": false
},
"hosts": "192.33.22.111:3333",
"proxy_url": "",
"proxy_use_local_resolver": false,
"check.receive": "",
"check.send": "",
"ssl.certificate_authorities": "",
"ssl.certificate": "",
"ssl.key": "",
"ssl.key_passphrase": "",
"ssl.verification_mode": "full",
"ssl.supported_protocols": [
"TLSv1.1",
"TLSv1.2",
"TLSv1.3"
],
"wait": "1",
"name": "Test HTTP Monitor 04",
"namespace": "testnamespace",
"origin": "ui",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"is_zip_url_tls_enabled": false
},
"hosts": "example-host:40",
"url.port": null,
"proxy_url": "",
"proxy_use_local_resolver": false,
"check.receive": "",
Expand Down

0 comments on commit 4d4ca60

Please sign in to comment.