mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8069: Fixed test script in test_tags.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
ecbeb003ec
commit
e791e8ec6d
|
|
@ -1711,7 +1711,7 @@ class TestResourceTags(cloudstackTestCase):
|
|||
self.apiclient,
|
||||
listall=True,
|
||||
resourceType='project',
|
||||
projectid=project.id,
|
||||
resourceIds=project.id,
|
||||
key='region',
|
||||
)
|
||||
self.debug("tags = %s" % tags)
|
||||
|
|
|
|||
Loading…
Reference in New Issue