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