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"}`),
 			},
 		},
 		{