Fix test with toml bump

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
pull/30775/head
Benoit Tigeot 5 months ago
parent 39d7b8fcd4
commit e2461de3c2
No known key found for this signature in database
GPG Key ID: 8E6D4FC8AEBDA62C

@ -63,7 +63,7 @@ keyInElement0 = "valueInElement0"
keyInElement1 = "valueInElement1"`,
}, {
tpl: `{{ fromToml . }}`,
expect: "map[Error:toml: line 0: unexpected EOF; expected key separator '=']",
expect: "map[Error:toml: line 1: unexpected EOF; expected key separator '=']",
vars: "one",
}, {
tpl: `{{ toJson . }}`,

Loading…
Cancel
Save