minor update

patch-2
Dhiyaneshwaran 2024-05-14 10:54:40 +05:30 committed by GitHub
parent a2a22a469a
commit 00f2c8754c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 6 deletions

View File

@ -19,10 +19,8 @@ http:
- method: GET
path:
- "{{BaseURL}}/_/#/login"
- "{{BaseURL}}/_/images/favicon/favicon.ico"
stop-at-first-match: true
matchers-condition: or
matchers-condition: and
matchers:
- type: word
part: body
@ -30,6 +28,6 @@ http:
- '<title>PocketBase'
case-insensitive: true
- type: dsl
dsl:
- "status_code==200 && (\"981081715\" == mmh3(base64_py(body)))"
- type: status
status:
- 200