diff options
Diffstat (limited to 'openstackclient/tests/utils.py')
| -rw-r--r-- | openstackclient/tests/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/tests/utils.py b/openstackclient/tests/utils.py index 45163189..cf7fda6d 100644 --- a/openstackclient/tests/utils.py +++ b/openstackclient/tests/utils.py @@ -70,8 +70,6 @@ class TestCommand(TestCase): # Build up a fake app self.fake_stdout = fakes.FakeStdout() self.app = fakes.FakeApp(self.fake_stdout) - self.app.client_manager = fakes.FakeClientManager() - self.app.restapi = fakes.FakeRESTApi() def check_parser(self, cmd, args, verify_args): cmd_parser = cmd.get_parser('check_parser') |
