Skip to content

Commit d0fd851

Browse files
author
Shriram Natarajan
committed
more bug fixes
2 parents 883d24a + c5c074a commit d0fd851

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Infrastructure/Tests/Infra.Tests.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ InModuleScope $script:ModuleName {
3737
$EnvironmentName = $global:EnvironmentName
3838

3939

40-
4140
Describe 'Infra - Functional Tests' {
4241
It 'Get-AzSAlert should not throw' {
4342
{ Get-AzSAlert -TenantID $AadTenant -EnvironmentName $EnvironmentName -AzureStackCredentials $stackLoginCreds } |
@@ -82,12 +81,17 @@ InModuleScope $script:ModuleName {
8281
}
8382
It 'Set-AzSLocationInformation should not throw' {
8483

84+
<<<<<<< HEAD
8585
{ Set-AzSLocationInformation -TenantID $AadTenant -EnvironmentName $EnvironmentName -AzureStackCredentials $stackLoginCreds -Region 'local' -Latitude '12.972442' -Longitude '77.580643'} |
8686
Shrould Not Throw
87+
=======
88+
{ Set-AzSLocationInformation -TenantID $AadTenant -EnvironmentName $EnvironmentName -AzureStackCredentials $stackLoginCreds -Region 'local' -Latitude '12.972442' -Longitude '77.580643'}
89+
Should Not Throw
90+
>>>>>>> c5c074a1429717424e1a58e6618a366177309fb8
8791
}
8892

8993

9094
}
9195

9296

93-
}
97+
}

0 commit comments

Comments
 (0)