Skip to content

Commit 21d94c1

Browse files
committed
Powershell: add missing include directive
The missing `Import-Module` was likely masked by the non-isolated nature of Concourse windows workers.
1 parent 4c931a4 commit 21d94c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stembuild/stemcell-automation/AutomationHelpers.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
BeforeAll {
55
Import-Module ../modules/BOSH.SSH
66
Import-Module ../modules/BOSH.Utils
7+
Import-Module ../modules/BOSH.CFCell
78
Import-Module ../modules/BOSH.Agent
89
Import-Module ./AutomationHelpers.psm1
910

0 commit comments

Comments
 (0)