minor - update

patch-1
pussycat0x 2023-03-14 22:11:44 +05:30 committed by GitHub
parent 260682276b
commit d6777c85d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions

View File

@ -14,22 +14,22 @@ info:
tags: apache,nifi,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/nifi-api/access/config"
- method: GET
path:
- "{{BaseURL}}/nifi-api/access/config"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"config":{"supportsLogin":false}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"config":{"supportsLogin":false}}'
- type: word
part: header
words:
- 'application/json'
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200
- type: status
status:
- 200