You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It "Testing Database Mail XPs is set to $DatabaseMailEnabled on <_.Name>"-Skip:$skip {
44
-
$PSItem.Configuration.DatabaseMailEnabled| Should -Be $PSItem.ConfigValues.DatabaseMailEnabled-Because 'The Database Mail XPs setting should be set correctly'
42
+
It "Testing Database Mail XPs is set to <_.DatabaseMailEnabled> on <_.Name>"-Skip:$skip {
43
+
$PSItem.DatabaseMailEnabled| Should -Be $PSItem.ConfigValues.DatabaseMailEnabled-Because 'The Database Mail XPs setting should be set correctly'
0 commit comments