20 lines
411 B
YAML
20 lines
411 B
YAML
|
id: api-googletimezone
|
||
|
|
||
|
info:
|
||
|
name: Google Timezone API Test
|
||
|
author: zzeitlin
|
||
|
severity: info
|
||
|
tags: api,google,timezone
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510×tamp=1331161200&key={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'errorMessage'
|
||
|
negative: true
|