project id added in test

as per @ustcweizhou's comment: https://github.com/apache/cloudstack/issues/3377#issuecomment-499056300
This commit is contained in:
dahn 2019-06-05 15:38:17 +02:00 committed by GitHub
parent f7af27c3c8
commit 10a29c5d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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