From 9c7f50aaac83313d7f3e71ddd5b83a001402d7f7 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 2a31ba3c960..2b05fbb1432 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -1713,7 +1713,7 @@ class TestResourceTags(cloudstackTestCase): self.apiclient, listall=True, resourceType='project', - projectid=project.id, + resourceIds=project.id, key='region', ) self.debug("tags = %s" % tags)