mirror of https://github.com/docker/compose.git
golden file in subfolder trigger MkDir ¯\_(ツ)_/¯
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
6215445b8a
commit
e48ad7d6c0
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue