tests/rendered: fix test to match new reality

This commit is contained in:
Thomas Gelf 2018-06-04 18:29:53 +02:00
parent b475aa841e
commit 3c0d48068f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apply Service "___TEST___service_$not_replaced$" {
display_name = "Service: " + host.vars.replaced
assign where match("127.*", host.address)
vars.custom_var = host.vars.replaced
vars.custom_var = "$host.vars.replaced$"
vars.test1 = "string"
vars.test2 = 17
vars.test3 = false