From 5c7ce2d0034ae9f022f3e15ec3988da42697ddb1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Oct 2014 16:13:43 -0700 Subject: [PATCH] config: make the tests more robust --- config/interpolate_walk_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/interpolate_walk_test.go b/config/interpolate_walk_test.go index be5c4ea06..6b2af116c 100644 --- a/config/interpolate_walk_test.go +++ b/config/interpolate_walk_test.go @@ -186,7 +186,7 @@ func TestInterpolationWalker_replace(t *testing.T) { "bing", }, }, - Value: "bar,baz", + Value: "bar" + InterpSplitDelim + "baz", }, }