CLOUDSTACK-8069: Fixed test script in test_tags.py

Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e791e8ec
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e791e8ec
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e791e8ec

Branch: refs/heads/master
Commit: e791e8ec6d6484c5ea7853bf7e8184103846a75e
Parents: ecbeb00
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Fri Dec 12 17:00:26 2014 +0530
Committer: SrikanteswaraRao Talluri <tall...@apache.org>
Committed: Fri Dec 12 19:01:17 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_tags.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e791e8ec/test/integration/component/test_tags.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_tags.py 
b/test/integration/component/test_tags.py
index c5a8ced..824cf01 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)

Reply via email to