config: make the tests more robust
This commit is contained in:
parent
c6424e9569
commit
5c7ce2d003
|
@ -186,7 +186,7 @@ func TestInterpolationWalker_replace(t *testing.T) {
|
|||
"bing",
|
||||
},
|
||||
},
|
||||
Value: "bar,baz",
|
||||
Value: "bar" + InterpSplitDelim + "baz",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue