marcincuber пре 4 година
родитељ
комит
c8f13a0e1a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/template/v2/template_test.go

+ 1 - 1
pkg/template/v2/template_test.go

@@ -203,7 +203,7 @@ func TestExecute(t *testing.T) {
 				"secret": []byte(`foo: bar`),
 			},
 			expetedData: map[string][]byte{
-				"foo": []byte(`{"foo": "bar"}`),
+				"foo": []byte(`{"foo":"bar"}`),
 			},
 		},
 		{