Merge pull request #625 from wdahlenburg/put-method-dsl

Swapped put-method-enabled to DSL for multi-req
patch-1
bauthard 2020-11-20 18:50:58 +05:30 committed by GitHub
commit a003719adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -19,12 +19,8 @@ requests:
GET /testing-put.txt HTTP/1.1
Content-Type: text/plain
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- testing-payload
- type: dsl
name: multi-req
dsl:
- 'contains(body_2, "testing-payload") == true'