Skip to content

Commit 29b3efe

Browse files
teddykingjpalermo
authored andcommitted
Fix linter/test
1 parent efcd3d0 commit 29b3efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bosh/executor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ var _ = Describe("Executor", func() {
552552
"-v", `cloudstack_secret_access_key="${BBL_CLOUDSTACK_SECRET_ACCESS_KEY}"`,
553553
}
554554

555-
behavesLikePlan(expectedArgs, cli, fs, executor, dirInput, deploymentDir, "cloudstack", stateDir)
555+
behavesLikePlan(expectedArgs, cli, fs, executor, dirInput, deploymentDir, "cloudstack", stateDir, storage.State{})
556556
})
557557
})
558558
})

0 commit comments

Comments
 (0)