Skip to content

Commit

Permalink
Fix linter/test
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyking authored and jpalermo committed Jun 3, 2024
1 parent efcd3d0 commit 29b3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bosh/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
})
})
})
Expand Down

0 comments on commit 29b3efe

Please sign in to comment.