adjust tests

This commit is contained in:
Dominique Clarke 2023-05-08 11:24:27 -04:00
parent 68da3ba942
commit eb654f16d8

View file

@ -179,7 +179,7 @@ export const getTestBrowserSyntheticsPolicy = ({
type: { value: 'browser', type: 'text' },
name: { value: '"Test HTTP Monitor 03"', type: 'text' },
schedule: { value: '"@every 3m"', type: 'text' },
'service.name': { value: '', type: 'text' },
'service.name': { value: null, type: 'text' },
timeout: { value: '16s', type: 'text' },
tags: { value: '["cookie-test","browser"]', type: 'yaml' },
'source.zip_url.url': { type: 'text' },
@ -210,8 +210,8 @@ export const getTestBrowserSyntheticsPolicy = ({
'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' },
id: { value: id, type: 'text' },
location_name: { value: JSON.stringify('Test private location 0'), type: 'text' },
id: { value: JSON.stringify(id), type: 'text' },
config_id: { value: id, type: 'text' },
run_once: { value: false, type: 'bool' },
origin: { value: 'ui', type: 'text' },