mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 17:53:59 -04:00
fix test
This commit is contained in:
committed by
Megan Marsh
parent
2c989157e4
commit
5ada3376b8
@@ -14,7 +14,7 @@ func TestVBoxBundleConfigPrepare_VBoxBundle(t *testing.T) {
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(c, VBoxBundleConfig{BundleISO: false}) {
|
||||
t.Fatalf("bad: %#v", c.VBoxBundle)
|
||||
t.Fatalf("bad: %#v", c.BundleISO)
|
||||
}
|
||||
|
||||
// Test with a good one
|
||||
|
||||
Reference in New Issue
Block a user