Merge "Fix test_create_inactive_datastore_by_admin"

This commit is contained in:
Zuul 2021-03-24 23:35:53 +00:00 committed by Gerrit Code Review
commit b39ca8bee4
1 changed files with 1 additions and 1 deletions

View File

@ -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: