diff options
Diffstat (limited to 'context/context_test.go')
-rw-r--r-- | context/context_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/context/context_test.go b/context/context_test.go index 66b857ffe822..4c95f058c0f1 100644 --- a/context/context_test.go +++ b/context/context_test.go @@ -100,7 +100,7 @@ func TestSubresourceVariableInheritance(t *testing.T) { "bar": "baz", }, Include: nil, - Parent: "parent", + Parent: "parent", }, }, BaseDir: "testdata", @@ -129,7 +129,7 @@ func TestSubresourceVariableInheritanceOverride(t *testing.T) { "foo": "newvalue", }, Include: nil, - Parent: "parent", + Parent: "parent", }, }, BaseDir: "testdata", |