Skip to content

Commit 352f3d1

Browse files
committed
Fix listavailable
1 parent 779c460 commit 352f3d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CanaryValidator/Canary.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ while ($runCount -le $NumberOfIterations)
867867
}
868868
}
869869

870-
if ($TenantAdminCredentials)
870+
if (($TenantAdminCredentials) -or ($listAvl))
871871
{
872872
Invoke-Usecase -Name 'TenantRelatedcleanup' -Description "Remove all the tenant related stuff" -UsecaseBlock `
873873
{

0 commit comments

Comments
 (0)