diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index 9180e7b9256..be4c6e26bd9 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -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)