mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 01:22:59 +00:00
project id added in test
as per @ustcweizhou's comment: https://github.com/apache/cloudstack/issues/3377#issuecomment-499056300
This commit is contained in:
parent
f7af27c3c8
commit
10a29c5d07
@ -1756,6 +1756,7 @@ class TestResourceTags(cloudstackTestCase):
|
||||
listall=True,
|
||||
resourceType='project',
|
||||
resourceIds=project.id,
|
||||
projectid=project.id,
|
||||
key=tag_key,
|
||||
)
|
||||
self.debug("tags = %s" % tags)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user