mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
adjust tests
This commit is contained in:
parent
68da3ba942
commit
eb654f16d8
1 changed files with 3 additions and 3 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue