Update api-tatum.yaml

patch-1
Dhiyaneshwaran 2023-10-02 22:04:10 +05:30 committed by GitHub
parent d9efa67522
commit 4572b7c0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -20,11 +20,21 @@ http:
Content-Type: application/json
body: "{\"jsonrpc\":\"2.0\",\"method\":\"web3_clientVersion\",\"params\":[ ],\"id\":1}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"id":'
- '"result":'
- '"jsonrpc":'
- 'Geth'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200