Skip to content

Commit 8334ee2

Browse files
authored
Merge pull request #4 from akshaysngupta/testfix
new recordings and fixes
2 parents 81a48f1 + 86e200c commit 8334ee2

File tree

3 files changed

+7070
-841751
lines changed

3 files changed

+7070
-841751
lines changed

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ApplicationGatewayTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function Test-ApplicationGatewayCRUD
200200
Assert-NotNull $getgw.Probes[1]
201201
Assert-NotNull $getgw.Probes[1].Match
202202
Assert-NotNull $getgw.Probes[1].Match.StatusCodes
203-
Assert-AreEqual 0 $getgw.Probes[1].Match.StatusCodes.Count
203+
Assert-AreEqual 1 $getgw.Probes[1].Match.StatusCodes.Count
204204

205205
# Get Application Gateway backend health with expanded resource
206206
$job = Get-AzureRmApplicationGatewayBackendHealth -Name $appgwName -ResourceGroupName $rgname -ExpandResource "backendhealth/applicationgatewayresource" -AsJob

0 commit comments

Comments
 (0)