From 10a29c5d0735409ce793ad628ce7b7017410aa14 Mon Sep 17 00:00:00 2001 From: dahn Date: Wed, 5 Jun 2019 15:38:17 +0200 Subject: [PATCH] project id added in test as per @ustcweizhou's comment: https://github.com/apache/cloudstack/issues/3377#issuecomment-499056300 --- test/integration/component/test_tags.py | 1 + 1 file changed, 1 insertion(+) 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)