Skip to content

Commit 03f9d8d

Browse files
not tags Add Pester V5 Instance Level Checks #882
1 parent 7ec8934 commit 03f9d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/checks/Instancev5.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Describe "SQL and Windows names match" -Tag ServerNameMatch, Medium, Instance -F
426426
}
427427
}
428428

429-
Describe "SQL Engine Service" -Tags SqlEngineServiceAccount, ServiceAccount, High, Instance -ForEach $InstancesToTest {
429+
Describe "SQL Engine Service" -Tag SqlEngineServiceAccount, ServiceAccount, High, Instance -ForEach $InstancesToTest {
430430
$skip = ($__dbcconfig | Where-Object { $_.Name -eq 'skip.instance.sqlengineserviceaccount' }).Value
431431
Context "Testing SQL Engine Service on <_.Name>" -Skip:$skip {
432432
It "SQL Engine service account should be <_.State> on <_.InstanceName>" -ForEach $PsItem.SqlEngineServiceAccount {

0 commit comments

Comments
 (0)