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:32 +0000
commit368915a29d8bfe89861ffd3c1b7bb1f3b899416f (patch)
treeea89439cef7f8b0cdc3e3ed3b99ce9fb04db9d57
parented5c5f962dfdb03593411c52113cee12979294f7 (diff)
downloadtrove-368915a29d8bfe89861ffd3c1b7bb1f3b899416f.tar.gz
Fix test_create_inactive_datastore_by_admin
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 ef8b00b7..9d5b874b 100644
--- a/trove/tests/api/datastores.py
+++ b/trove/tests/api/datastores.py
@@ -85,7 +85,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: