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