Skip to content

Commit b63c69d

Browse files
committed
#ConnectionDraining Finalized agw Test.
1 parent 52c7cd8 commit b63c69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -279,7 +279,7 @@ function Compare-AzureRmApplicationGateway($expected, $actual)
279279

280280
for($i = 0; $i -lt $actual.BackendHttpSettingsCollection.Count; $i++)
281281
{
282-
Compare-ConnectionDraining $actual.BackendHttpSettingsCollection[$i] $expected.BackendHttpSettingsCollection[$i]
282+
Compare-ConnectionDraining $expected.BackendHttpSettingsCollection[$i] $actual.BackendHttpSettingsCollection[$i]
283283
}
284284

285285
Assert-AreEqual $expected.HttpListeners.Count $actual.HttpListeners.Count

0 commit comments

Comments
 (0)