diff --git a/tests/test_shell.py b/tests/test_shell.py index 47b5b304..1aa44a01 100644 --- a/tests/test_shell.py +++ b/tests/test_shell.py @@ -81,7 +81,6 @@ class ShellTest(utils.TestCase): expected = argparse.ArgumentParser( prog='glance', usage=None, description=description, - version=None, conflict_handler='error', add_help=False, formatter_class=openstack_shell.HelpFormatter,)