mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user