Skip to content

Commit

Permalink
Fix CLI tests to allow for new config data
Browse files Browse the repository at this point in the history
Updated rho tests to use the same config file format as quipucords, but forgot
to update qpc CLI tests to not use an extra field created to guard rho tests
from using some credentials.
  • Loading branch information
kdelee committed Feb 20, 2018
1 parent 49e0295 commit 3858de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camayoc/tests/qcs/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def cred_add(options, inputs=None, exitstatus=0):
"""
if 'type' not in options:
options['type'] = 'network'
options.pop('rho', None) # need to remove this data that is rho specific
command = 'qpc cred add'
for key, value in options.items():
if value is None:
Expand Down

0 comments on commit 3858de1

Please sign in to comment.