Skip to content

Commit 7a7a326

Browse files
Update Canary.Tests.ps1
1 parent 8219b86 commit 7a7a326

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CanaryValidator/Canary.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ param (
4848

4949
#Requires -Modules AzureRM
5050
#Requires -RunAsAdministrator
51-
Import-Module -Name $PSScriptRoot\AzureStack.Canary.Utilities.psm1 -Force
51+
Import-Module -Name $PSScriptRoot\Canary.Utilities.psm1 -Force
5252

5353
$storageAccName = $CanaryUtilitiesRG + "sa"
5454
$storageCtrName = $CanaryUtilitiesRG + "sc"
@@ -578,4 +578,4 @@ if ($TenantAdminCredentials)
578578
}
579579
}
580580

581-
End-Scenario
581+
End-Scenario

0 commit comments

Comments
 (0)