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