Skip to content

Commit

Permalink
0.7: Fixed general options testcase with invalid --use-pull
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Aug 9, 2020
1 parent e94a461 commit 6520cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_general_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ class Command group for CIM classes.
{'general': ['-s', 'http://blah', '--pull-max-cnt', 'blah'],
'cmdgrp': 'connection',
'args': ['show']},
{'stderr': ['Error: Invalid value for "--pull-max-cnt": blah is not a '
'valid integer'],
{'stderr': ['Invalid value for', '--pull-max-cnt',
'blah is not a valid integer'],
'rc': 2,
'test': 'innows'},
None, OK], # Only tests that the option is accepted
Expand Down

0 comments on commit 6520cdd

Please sign in to comment.