Skip to content

Commit a3a1e8c

Browse files
authored
Remove FtpsState assertion (#21632)
1 parent 10cc8f4 commit a3a1e8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Websites/Websites.Test/LiveTests/TestLiveScenarios.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Invoke-LiveTestScenario -Name "Update web app" -Description "Test updating servi
5353
Assert-Null $webApp.Identity
5454
Assert-NotNull $webApp.SiteConfig.phpVersion
5555
Assert-AreEqual $false $webApp.HttpsOnly
56-
Assert-AreEqual "AllAllowed" $webApp.SiteConfig.FtpsState
5756

5857
# Update service plan & set site properties
5958
$job = Set-AzWebApp -ResourceGroupName $rgname -Name $webAppName -AppServicePlan $appServicePlanName2 -HttpsOnly $true -AlwaysOn $false -AsJob

0 commit comments

Comments
 (0)