mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-16 07:50:18 +00:00
11 lines
290 B
YAML
11 lines
290 B
YAML
desc: 2052 -- Verify that the server rejects bogus global options.
|
|
tests:
|
|
- cd: r.expr(1)
|
|
runopts:
|
|
array_limit: 16
|
|
ot: 1
|
|
- cd: r.expr(1)
|
|
runopts:
|
|
obviously_bogus: 16
|
|
ot: err("ReqlCompileError", "Unrecognized global optional argument `obviously_bogus`.", [])
|