Merge pull request #625 from wdahlenburg/put-method-dsl
Swapped put-method-enabled to DSL for multi-reqpatch-1
commit
a003719adf
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue