[Synthetics] Fix parsing of response check json expression (#161634)

This commit is contained in:
Shahzad 2023-07-12 12:27:34 +02:00 committed by GitHub
parent 5fca22a79d
commit 707a637f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,10 @@ import { ConfigKey } from '../../../common/constants/monitor_management';
export const PARAMS_KEYS_TO_SKIP = [
'secrets',
'fields',
ConfigKey.MONITOR_QUERY_ID,
ConfigKey.LOCATIONS,
ConfigKey.TLS_VERSION,
ConfigKey.SOURCE_PROJECT_CONTENT,
ConfigKey.SOURCE_INLINE,
ConfigKey.RESPONSE_JSON_CHECK,
];