diff --git a/exposed-panels/vmware-horizon.yaml b/exposed-panels/vmware-horizon.yaml index 4f720ab8a2..557db326fb 100644 --- a/exposed-panels/vmware-horizon.yaml +++ b/exposed-panels/vmware-horizon.yaml @@ -15,9 +15,11 @@ requests: matchers-condition: or matchers: - type: word + part: body words: - 'VMware Horizon' - - 'Missing route token in request' - - type: status - status: - - 200 + + - type: regex + part: body + regex: + - '(?m)^Missing route token in request$'