From 677b72ef07146501d7e76218f8cda1e3b438d2f6 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 20 Aug 2022 15:03:02 +0530 Subject: [PATCH] Update phppgadmin-panel.yaml --- exposed-panels/phppgadmin-panel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exposed-panels/phppgadmin-panel.yaml b/exposed-panels/phppgadmin-panel.yaml index 3072d93f22..3c87526b32 100644 --- a/exposed-panels/phppgadmin-panel.yaml +++ b/exposed-panels/phppgadmin-panel.yaml @@ -23,12 +23,12 @@ requests: matchers: - type: dsl dsl: - - status_code == 200 + - "status_code == 200" - "contains(body, 'intro.php') && contains(body, 'browser.php')" condition: and - type: dsl dsl: - - status_code == 200 + - "status_code == 200" - "contains(body, 'phpPgAdmin')" condition: and