Enables pipeline input for -Credential parameter #25

Merged
OCram85 merged 5 commits from i19 into master 2018-03-21 14:32:32 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7589996891 - Show all commits

View File

@ -106,7 +106,7 @@ Describe "New-CredentialStoreItem" {
}
It "Testing written item" {
(Get-CredentialStoreItem -RemoteHost 'PipeHost').UserName | Should -Be 'PipeHost'
(Get-CredentialStoreItem -RemoteHost 'PipeHost').UserName | Should -Be 'pipeUser'
}
}