This commit is contained in:
shahzad31 2023-05-08 11:21:45 +02:00
parent 1449b51e30
commit 8bea5cb8bf

View file

@ -238,13 +238,13 @@ export const getTestProjectSyntheticsPolicy = (
'source.zip_url.ssl.verification_mode': { type: 'text' },
'source.zip_url.ssl.supported_protocols': { type: 'yaml' },
'source.zip_url.proxy_url': { type: 'text' },
location_name: { value: 'Test private location 0', type: 'text' },
location_name: { value: '"Test private location 0"', type: 'text' },
id: { value: `"${id}"`, type: 'text' },
config_id: { value: configId, type: 'text' },
run_once: { value: false, type: 'bool' },
origin: { value: 'project', type: 'text' },
'monitor.project.id': { value: projectId, type: 'text' },
'monitor.project.name': { value: projectId, type: 'text' },
'monitor.project.id': { value: JSON.stringify(projectId), type: 'text' },
'monitor.project.name': { value: JSON.stringify(projectId), type: 'text' },
...inputs,
},
id: `synthetics/browser-browser-4b6abc6c-118b-4d93-a489-1135500d09f1-${projectId}-default-d70a46e0-22ea-11ed-8c6b-09a2d21dfbc3`,