mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
config parse_test check for string coercion in client.meta
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"meta": [
|
||||
{
|
||||
"m0": "foo",
|
||||
"m1": "bar"
|
||||
"m1": "bar",
|
||||
"m2": true,
|
||||
"m3": 1.2
|
||||
}
|
||||
],
|
||||
"options": [
|
||||
|
||||
4
command/agent/testdata/config-slices.json
vendored
4
command/agent/testdata/config-slices.json
vendored
@@ -6,7 +6,9 @@
|
||||
},
|
||||
"meta": {
|
||||
"m0": "foo",
|
||||
"m1": "bar"
|
||||
"m1": "bar",
|
||||
"m2": true,
|
||||
"m3": 1.2
|
||||
},
|
||||
"chroot_env": {
|
||||
"e0": "baz"
|
||||
|
||||
Reference in New Issue
Block a user