mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-19 08:25:21 -04:00
fix tests
This commit is contained in:
parent
5815b376b4
commit
5c2ca450bd
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@ func TestStepRegister_regularDriver(t *testing.T) {
|
|||
|
||||
func TestStepRegister_remoteDriver(t *testing.T) {
|
||||
state := testState(t)
|
||||
step := &StepRegister{KeepRegistered: false}
|
||||
step := &StepRegister{
|
||||
KeepRegistered: false,
|
||||
SkipExport: true,
|
||||
}
|
||||
|
||||
driver := new(RemoteDriverMock)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue