diff --git a/http/token-spray/api-tatum.yaml b/http/token-spray/api-tatum.yaml index 4562aa752a..123c2b86ca 100644 --- a/http/token-spray/api-tatum.yaml +++ b/http/token-spray/api-tatum.yaml @@ -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