From 9aa0acb8d2e2c74971216c935ac76f7b28bd7966 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 11 Sep 2021 12:34:40 +0530 Subject: [PATCH] Update carestream-vue-detect.yaml --- technologies/carestream-vue-detect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technologies/carestream-vue-detect.yaml b/technologies/carestream-vue-detect.yaml index 5a7c50f69d..b7ce069ac1 100644 --- a/technologies/carestream-vue-detect.yaml +++ b/technologies/carestream-vue-detect.yaml @@ -22,9 +22,9 @@ requests: - type: dsl name: "myvuehelp" dsl: - - 'status_code==200 && ("84054196570ecd7526894ccb6e7c5c6e" == md5(body))' + - "status_code==200 && (\"84054196570ecd7526894ccb6e7c5c6e\" == md5(body))" - type: dsl name: "myvuehelp-favicon" dsl: - - 'status_code==200 && (1c4b2c10acccc48852d12eddadaf7944" == md5(body))' \ No newline at end of file + - "status_code==200 && (\"1c4b2c10acccc48852d12eddadaf7944\" == md5(body))" \ No newline at end of file