Skip to content

Commit

Permalink
increase code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Jan 14, 2022
1 parent 798ed13 commit 47b2d9f
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,9 @@ try

Mock -CommandName Get-SPTrustedIdentityTokenIssuer -MockWith {
$sptrust = [pscustomobject]@{
Name = $testParams.Name
ClaimProviderName = $testParams.ClaimProviderName
Name = $testParams.Name
ProviderSignOutUri = $testParams.ProviderSignOutUri
ClaimProviderName = $testParams.ClaimProviderName
}
return $sptrust
}
Expand Down Expand Up @@ -707,8 +708,9 @@ try

Mock -CommandName Get-SPTrustedIdentityTokenIssuer -MockWith {
$sptrust = [pscustomobject]@{
Name = $testParams.Name
ClaimProviderName = $testParams.ClaimProviderName
Name = $testParams.Name
AuthorizationEndPointUri = $testParams.AuthorizationEndPointUri
ClaimProviderName = $testParams.ClaimProviderName
}
return $sptrust
}
Expand Down

0 comments on commit 47b2d9f

Please sign in to comment.