This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch DaanHoogland-patch-2 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 10a29c5d0735409ce793ad628ce7b7017410aa14 Author: dahn <[email protected]> AuthorDate: Wed Jun 5 15:38:17 2019 +0200 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 9180e7b..be4c6e2 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)
