Skip to content

Commit bd391b9

Browse files
author
Pooja Adhikari
committed
Updated Tests with regards to BUg fix
1 parent 67e304a commit bd391b9

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

src/HealthcareApis/HealthcareApis.Test/ScenarioTests/HealthcareApisServiceTests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function Test-AzRmHealthcareApisService{
4747
# Assert
4848
Assert-AreEqual $actual.Name $rname
4949
Assert-AreEqual $actual.Properties.CosmosDbConfiguration.OfferThroughput $offerThroughput
50+
Assert-AreEqual $actual.Kind $kind
5051
#Update using parameters
5152
$newOfferThroughput = $offerThroughput - 600
5253
$updated = Set-AzHealthcareApisService -ResourceId $actual.Id -CosmosOfferThroughput $newOfferThroughput;

0 commit comments

Comments
 (0)