This commit is contained in:
Nik Charlebois 2018-02-06 09:52:41 -05:00
Родитель d27f777ff1
Коммит 45af0ce6a3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ Describe -Name $Global:TestHelper.DescribeHeader -Fixture {
}
Mock -CommandName ConvertTo-SecureString -MockWith {
return $mockCredential.Password
return $mockPassword
}
Context -Name "When the User Info List is Found" -Fixture {