adding matcher - 1st request

patch-1
Dhiyaneshwaran 2023-07-18 11:25:12 +05:30 committed by GitHub
parent 62fea9f47a
commit 1d54849488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ info:
http: http:
- raw: - raw:
- | - |
GET /fuel HTTP/1.1 GET /fuel/login/ HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
- | - |
@ -52,5 +52,5 @@ http:
dsl: dsl:
- 'duration>=6' - 'duration>=6'
- 'status_code_3 == 200' - 'status_code_3 == 200'
- 'contains(body_3, "No data to display")' - 'contains(body_1, "FUEL CMS")'
condition: and condition: and