Skip to content

Commit 91ade19

Browse files
vaibhaotVaibhao Tatte
andauthored
[SQL] Update TestManagedDatabaseCreationWithLedgerEnabled to drop correct RG during cleanup (#21862)
* First Commit * Update test to drop correct RG --------- Co-authored-by: Vaibhao Tatte <[email protected]>
1 parent c42cfa6 commit 91ade19

File tree

2 files changed

+1125
-165
lines changed

2 files changed

+1125
-165
lines changed

src/Sql/Sql.Test/ScenarioTests/ManagedDatabaseCrudScenarioTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,6 @@ function Test-ManagedDatabaseCreationWithLedgerEnabled
614614
}
615615
finally
616616
{
617-
Remove-ResourceGroupForTest $targetRg
617+
Remove-ResourceGroupForTest $rg
618618
}
619619
}

0 commit comments

Comments
 (0)