Skip to content

Commit

Permalink
✅ UPDATE Use-PASSession.Tests
Browse files Browse the repository at this point in the history
Removed variable value assertions
  • Loading branch information
pspete committed Jun 17, 2019
1 parent 692982e commit e3b28b0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Tests/Use-PASSession.Tests.ps1
Expand Up @@ -71,23 +71,6 @@ Describe $FunctionName {
Assert-MockCalled Set-Variable -Times 3 -Exactly -Scope It
}

it "sets expected value for BaseURI" {
Use-PASSession -Session $InputObject

$Script:BaseUri | Should Be "SomeURL"
}

it "sets expected value for ExternalVersion" {
Use-PASSession -Session $InputObject
$Script:ExternalVersion | Should Be "6.6"
}

it "sets expected value for WebSession" {
Use-PASSession -Session $InputObject
$Script:WebSession.Headers["Test"] | Should Be "SomeValue"
}


}

}
Expand Down

0 comments on commit e3b28b0

Please sign in to comment.