diff options
Diffstat (limited to 'openstackclient/tests/common/test_command.py')
| -rw-r--r-- | openstackclient/tests/common/test_command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/common/test_command.py b/openstackclient/tests/common/test_command.py index 1b2584bd..7467d9eb 100644 --- a/openstackclient/tests/common/test_command.py +++ b/openstackclient/tests/common/test_command.py @@ -19,6 +19,7 @@ from openstackclient.tests import utils as test_utils class FakeCommand(command.Command): + def take_action(self, parsed_args): pass |
