Skip to content

Commit 6d0ca2e

Browse files
committed
Updated Route53.Tests.ps1 to remove $zone.DelegationSet check.
1 parent 06f1d21 commit 6d0ca2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Route53/Route53.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Describe -Tag "Smoke" "Route53" {
2323
$zone = Get-R53HostedZone -Id $z.Id
2424
$zone | Should -Not -Be $null
2525
$zone.HostedZone | Should -Not -Be $null
26-
$zone.DelegationSet | Should -Not -Be $null
2726
}
2827
}
2928
}

0 commit comments

Comments
 (0)