summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2021-03-25 08:49:05 +1300
committerLingxian Kong <anlin.kong@gmail.com>2021-03-27 09:32:05 +0000
commit579b6142cf8a37fdc35cfa313151c8f1063c9001 (patch)
tree432fc7c0b474aa1928586c900621232d468df67f
parent87d681aa92b9a5db61edbeeaf8695a68ed2223b7 (diff)
downloadtrove-wallaby-em.tar.gz
Fix test_create_inactive_datastore_by_adminwallaby-em15.0.0.0rc215.0.0
Change-Id: I7d8a23a2b015d3eead2eefb5df158e950fff0943 (cherry picked from commit e4b70cf73a7e8069f36273690e630022dbabab67)
-rw-r--r--trove/tests/api/datastores.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/tests/api/datastores.py b/trove/tests/api/datastores.py
index fe911f63..c6930a4c 100644
--- a/trove/tests/api/datastores.py
+++ b/trove/tests/api/datastores.py
@@ -84,7 +84,7 @@ class Datastores(object):
@test
def test_create_inactive_datastore_by_admin(self):
- datastores = self.rd_client.datastores.list()
+ datastores = self.rd_admin.datastores.list()
for ds in datastores:
if ds.name == test_config.dbaas_datastore_name_no_versions:
for version in ds.versions: