Kaynağa Gözat

golden file in subfolder trigger MkDir ¯\_(ツ)_/¯

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 5 yıl önce
ebeveyn
işleme
e48ad7d6c0

+ 1 - 1
ecs/cloudformation_test.go

@@ -47,7 +47,7 @@ func TestSimpleConvert(t *testing.T) {
 	resultAsJSON, err := marshall(template, "yaml")
 	resultAsJSON, err := marshall(template, "yaml")
 	assert.NilError(t, err)
 	assert.NilError(t, err)
 	result := fmt.Sprintf("%s\n", string(resultAsJSON))
 	result := fmt.Sprintf("%s\n", string(resultAsJSON))
-	expected := "simple/simple-cloudformation-conversion.golden"
+	expected := "simple-cloudformation-conversion.golden"
 	golden.Assert(t, result, expected)
 	golden.Assert(t, result, expected)
 }
 }
 
 

+ 0 - 0
ecs/testdata/simple/simple-cloudformation-conversion.golden → ecs/testdata/simple-cloudformation-conversion.golden