From e791e8ec6d6484c5ea7853bf7e8184103846a75e Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Fri, 12 Dec 2014 17:00:26 +0530 Subject: [PATCH] CLOUDSTACK-8069: Fixed test script in test_tags.py Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)