Skip to content

Commit 7855b2b

Browse files
committed
fix test case
1 parent 2aae118 commit 7855b2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public void TestExpressRouteRouteFilterCRUD()
8686
}
8787

8888
// [Fact(Skip = "Express Route Circuits need to be manually provisioned by Service Providers and the whole setup can't be automated.")]
89+
[Fact]
8990
[Trait(Category.AcceptanceType, Category.CheckIn)]
9091
[Trait(Category.Owner, Category.pgtm)]
9192
public void TestExpressRouteCircuitConnectionCRUD()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ function Test-ExpressRouteCircuitConnectionCRUD
642642
Assert-AreEqual true $deleteinit
643643

644644
$deletepeer = Remove-AzureRmExpressRouteCircuit -ResourceGroupName $rgname -name $peerCircuitName -PassThru -Force
645-
Assert-AreEqual true $deleteinit
645+
Assert-AreEqual true $deletepeer
646646

647647
$list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
648648
Assert-AreEqual 0 @($list).Count

0 commit comments

Comments
 (0)