config: make the tests more robust

This commit is contained in:
Mitchell Hashimoto 2014-10-09 16:13:43 -07:00
parent c6424e9569
commit 5c7ce2d003
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func TestInterpolationWalker_replace(t *testing.T) {
"bing", "bing",
}, },
}, },
Value: "bar,baz", Value: "bar" + InterpSplitDelim + "baz",
}, },
} }