Skip to content

Commit

Permalink
fix small typos in 010_projects.Tests.ps1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWalter authored and DarqueWarrior committed Jul 20, 2018
1 parent fda9dee commit df26a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/test/010_projects.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit df26a2f

Please sign in to comment.