Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo on resource group assert
  • Loading branch information
alecbain committed Nov 4, 2024
commit 1114f73ac5b7bf2b83262e0c44a6203a1a185eaa
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function Test-GetReplicationLink()
-DatabaseName $database.DatabaseName -PartnerResourceGroupName $partRg.ResourceGroupName -PartnerServerName $partServer.ServerName
Assert-NotNull $secondary.LinkId
Assert-NotNull $secondary.LinkType
Assert-AreEqual $secondary.ResourceGroupName $rg.ResourceGroupNamec
Assert-AreEqual $secondary.ResourceGroupName $rg.ResourceGroupName
Assert-AreEqual $secondary.ServerName $server.ServerName
Assert-AreEqual $secondary.DatabaseName $database.DatabaseName
Assert-AreEqual $secondary.Role Primary
Expand Down