Improved matcher

patch-1
sandeep 2021-02-24 21:28:48 +05:30
parent d96af11c2a
commit 99b1ae2d46
1 changed files with 5 additions and 2 deletions

View File

@ -10,11 +10,14 @@ requests:
- method: POST
path:
- '{{BaseURL}}/ws/v1/cluster/apps/new-application'
matchers-condition: and
matchers:
- type: word
words:
- 'application-id'
- application-id
- maximum-resource-capability
condition: and
- type: status
status:
- 200
matchers-condition: and