Skip to content

Commit

Permalink
wrong context
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomfret committed Aug 27, 2023
1 parent 698c1a3 commit bd3604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/checks/Databasev5.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Describe "Contained Database SQL Authenticated Users" -Tag ContainedDBSQLAuth, C

Describe "Page Verify" -Tag PageVerify, Medium, Database -ForEach $InstancesToTest {
$Skip = ($__dbcconfig | Where-Object Name -EQ 'skip.database.pageverify').Value
Context "Testing page verify on $psitem" {
Context "Testing page verify on <_.Name>" {

if($psitem.MajorVersion -eq 8) {
It "Database Page verify is not available on SQL 2000 on <_.SqlInstance>" {
Expand Down

0 comments on commit bd3604d

Please sign in to comment.