diff --git a/integration/test/010_projects.Tests.ps1 b/integration/test/010_projects.Tests.ps1 index 50760a5fb..02bd8fd06 100644 --- a/integration/test/010_projects.Tests.ps1 +++ b/integration/test/010_projects.Tests.ps1 @@ -203,12 +203,12 @@ Describe 'VSTeam Integration Tests' -Tag 'integration' { } Context 'Service Endpoints full exercise' { - It 'Add-VSTeamSonarQubeEndpoint Should add servcie endpoint' { + It 'Add-VSTeamSonarQubeEndpoint Should add service endpoint' { { Add-VSTeamSonarQubeEndpoint -ProjectName $newProjectName -EndpointName 'TestSonarQube' ` -SonarQubeURl 'http://sonarqube.somewhereIn.cloudapp.azure.com:9000' -PersonalAccessToken 'Faketoken' } | Should Not Throw } - It 'Add-VSTeamAzureRMServiceEndpoint Should add servcie endpoint' { + It 'Add-VSTeamAzureRMServiceEndpoint Should add service endpoint' { { Add-VSTeamAzureRMServiceEndpoint -ProjectName $newProjectName -displayName 'AzureEndoint' ` -subscriptionId '00000000-0000-0000-0000-000000000000' -subscriptionTenantId '00000000-0000-0000-0000-000000000000' ` -servicePrincipalId '00000000-0000-0000-0000-000000000000' -servicePrincipalKey 'fakekey' } | Should Not Throw @@ -245,7 +245,7 @@ Describe 'VSTeam Integration Tests' -Tag 'integration' { if (-not ($acct -like "http://*")) { Context 'Users exercise' { - It 'Get-VSTeamUser Should return all usrs' { + It 'Get-VSTeamUser Should return all users' { Get-VSTeamUser | Should Not Be $null }