From 29b3efed78e40412c55ae425d4dcbbbb63b3aa57 Mon Sep 17 00:00:00 2001 From: Ed King Date: Mon, 3 Jun 2024 15:23:10 +0100 Subject: [PATCH] Fix linter/test --- bosh/executor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bosh/executor_test.go b/bosh/executor_test.go index 950458d0a..4a3d12aaa 100644 --- a/bosh/executor_test.go +++ b/bosh/executor_test.go @@ -552,7 +552,7 @@ var _ = Describe("Executor", func() { "-v", `cloudstack_secret_access_key="${BBL_CLOUDSTACK_SECRET_ACCESS_KEY}"`, } - behavesLikePlan(expectedArgs, cli, fs, executor, dirInput, deploymentDir, "cloudstack", stateDir) + behavesLikePlan(expectedArgs, cli, fs, executor, dirInput, deploymentDir, "cloudstack", stateDir, storage.State{}) }) }) })