Update api-abstract-exchange-rates.yaml
parent
e3463521c7
commit
4c266d52b6
|
@ -14,12 +14,13 @@ self-contained: true
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://exchange-rates.abstractapi.com/v1/?api_key={{token}}&base=USD"
|
||||
- "https://exchange-rates.abstractapi.com/v1/live/?api_key={{token}}&base=USD"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"base":'
|
||||
- '"last_updated":'
|
||||
- '"exchange_rate":'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue