mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix unrelated broken flaky test
This commit is contained in:
parent
4ef34f7fba
commit
16233371e6
1 changed files with 3 additions and 2 deletions
|
|
@ -47,6 +47,7 @@ func TestFixerDockerTags_Fix(t *testing.T) {
|
|||
|
||||
output, err := f.Fix(input)
|
||||
assert.NoError(t, err)
|
||||
|
||||
assert.Equalf(t, expected, output, "should have removed tag from template")
|
||||
for k, v := range expected {
|
||||
assert.EqualValues(t, v, output[k])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue