Преглед изворни кода

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

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof пре 4 година
родитељ
комит
e48ad7d6c0
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ecs/cloudformation_test.go
  2. 0 0
      ecs/testdata/simple-cloudformation-conversion.golden

+ 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