Update phppgadmin-panel.yaml

patch-1
Prince Chaddha 2022-08-20 15:03:02 +05:30 committed by GitHub
parent 5263bbc1a2
commit 677b72ef07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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, '<title>phpPgAdmin')"
condition: and