Skip to content

Commit 695743b

Browse files
committed
Powershell: stub write-log to quiet tests
1 parent d74f745 commit 695743b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/BOSH.Agent/BOSH.Agent.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ BeforeAll {
1515

1616
Describe "BOSH.Account" {
1717
BeforeEach {
18+
Mock -ModuleName BOSH.Utils Write-Log { }
1819
Mock -ModuleName BOSH.Agent Write-Log { }
1920
}
2021

0 commit comments

Comments
 (0)