We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f1d21 commit 6d0ca2eCopy full SHA for 6d0ca2e
tests/Route53/Route53.Tests.ps1
@@ -23,7 +23,6 @@ Describe -Tag "Smoke" "Route53" {
23
$zone = Get-R53HostedZone -Id $z.Id
24
$zone | Should -Not -Be $null
25
$zone.HostedZone | Should -Not -Be $null
26
- $zone.DelegationSet | Should -Not -Be $null
27
}
28
29
0 commit comments