diff options
| author | Zuul <zuul@review.openstack.org> | 2019-03-15 15:52:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-03-15 15:52:51 +0000 |
| commit | 17a2c67de92d0d2bc9650aa0f21766cd2595369e (patch) | |
| tree | 9f087a96e9e96729e1f2e603d202f4461154b66d /openstackclient/tests/functional/common/test_quota.py | |
| parent | 25ea59e8d0d1d15ef5d044254dc539e72f6df492 (diff) | |
| parent | 7741347041b078ca4d687597897194d7797d202d (diff) | |
| download | python-openstackclient-17a2c67de92d0d2bc9650aa0f21766cd2595369e.tar.gz | |
Merge "Fix service discovery in functional tests"
Diffstat (limited to 'openstackclient/tests/functional/common/test_quota.py')
| -rw-r--r-- | openstackclient/tests/functional/common/test_quota.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/common/test_quota.py b/openstackclient/tests/functional/common/test_quota.py index 85942281..9c057460 100644 --- a/openstackclient/tests/functional/common/test_quota.py +++ b/openstackclient/tests/functional/common/test_quota.py @@ -27,7 +27,7 @@ class QuotaTests(base.TestCase): @classmethod def setUpClass(cls): super(QuotaTests, cls).setUpClass() - cls.haz_network = base.is_service_enabled('network') + cls.haz_network = cls.is_service_enabled('network') cls.PROJECT_NAME =\ cls.get_openstack_configuration_value('auth.project_name') |
