mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-14 06:51:56 +00:00
5 lines
140 B
YAML
5 lines
140 B
YAML
desc: 1132 JSON duplicate key
|
|
tests:
|
|
- cd: r.json('{"a":1,"a":2}')
|
|
ot: err("ReqlQueryLogicError", "Duplicate key \"a\" in JSON.", [])
|