File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
stembuild/modules/BOSH.CFCell Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,6 @@ Describe "Protect-CFCell" {
6060 get-firewall " private" | Should - Be " private,Block,Allow"
6161 get-firewall " domain" | Should - Be " domain,Block,Allow"
6262 }
63-
64- It " does not call 'Disable-WindowsDefenderFeatures'" {
65- Mock - ModuleName BOSH.CFCell Disable-WindowsDefenderFeatures { }
66-
67- { Protect-CFCell - IaaS " ignored" } | Should -Not - Throw
68-
69- Should -Not - Invoke - ModuleName BOSH.CFCell - CommandName Disable-WindowsDefenderFeatures
70- }
7163}
7264
7365Describe " Install-CFFeatures" {
Original file line number Diff line number Diff line change @@ -60,14 +60,6 @@ Describe "Protect-CFCell" {
6060 get-firewall " private" | Should - Be " private,Block,Allow"
6161 get-firewall " domain" | Should - Be " domain,Block,Allow"
6262 }
63-
64- It " does not call 'Disable-WindowsDefenderFeatures'" {
65- Mock - ModuleName BOSH.CFCell Disable-WindowsDefenderFeatures { }
66-
67- { Protect-CFCell - IaaS " ignored" } | Should -Not - Throw
68-
69- Should -Not - Invoke - ModuleName BOSH.CFCell - CommandName Disable-WindowsDefenderFeatures
70- }
7163}
7264
7365Describe " Install-CFFeatures" {
You can’t perform that action at this time.
0 commit comments