Skip to content

Commit

Permalink
Update api-tatum.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Oct 2, 2023
1 parent d9efa67 commit 4572b7c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion http/token-spray/api-tatum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4572b7c

Please sign in to comment.