Fix test pipeline errors
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
pinguinfuss 2022-09-20 08:48:12 +02:00
parent 40c77e3434
commit 948b42548e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Describe "New-CredentialStoreItem" {
It "Missing CredentialStore should throw" {
{
New-CredentialStoreItem -Shared -Path '/tmp/missingStore.json' -RemoteHost 'notrelevant'
} | Should -Throw "Could not add anything into the given CredentialStore."
} | Should -Throw "The given credential store (/tmp/missingStore.json) does not exist!"
}
}
Context "Testing pipeline paramter" {