Skip to content

Commit

Permalink
trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boggiano authored and Tracy Boggiano committed Jan 14, 2020
1 parent c5e9d07 commit 6e9b999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/Instance.Tests.ps1
Expand Up @@ -1026,8 +1026,8 @@ $Tags = Get-CheckInformation -Check $Check -Group Instance -AllChecks $AllChecks
}
else {
Context "Testing to see if the public role has access to the SQL Agent proxies on $psitem" {
It "The public role should not have access to the SQL Agent Proxies on $psitem" {
Assert-SqlAgentProxiesNoPublicRole -AllInstanceInfo $AllInstanceInfo
It "The public role should not have access to the SQL Agent Proxies on $psitem" -Skip:$skip {
Assert-SqlAgentProxiesNoPublicRole -AllInstanceInfo $AllInstanceInfo
}
}
}
Expand Down

0 comments on commit 6e9b999

Please sign in to comment.