Fixed multi credential service unit test failures

Signed-off-by: mabashian <mabashia@redhat.com>
This commit is contained in:
mabashian
2017-09-14 09:14:27 -04:00
parent f90771ee1a
commit 549737405b
2 changed files with 77 additions and 3 deletions
@@ -138,7 +138,7 @@ export default ['Rest', 'ProcessErrors', '$q', 'GetBasePath', function(Rest, Pro
name: cred.name,
id: cred.id,
postType: cred.postType,
readOnly: cred.readOnly,
readOnly: cred.readOnly ? true : false,
kind: typeOpts
.filter(type => {
return parseInt(cred.credential_type) === type.value;