You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by av...@apache.org on 2017/04/06 14:30:17 UTC

[03/10] incubator-ariatosca git commit: fixed a test

fixed a test


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

Branch: refs/heads/cli-tests
Commit: eb75d85ec66661f53325eb4761ada8168c08e1c2
Parents: 2ab146e
Author: Ran Ziv <ra...@gigaspaces.com>
Authored: Thu Apr 6 16:30:39 2017 +0300
Committer: Ran Ziv <ra...@gigaspaces.com>
Committed: Thu Apr 6 16:30:39 2017 +0300

----------------------------------------------------------------------
 tests/modeling/test_models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/eb75d85e/tests/modeling/test_models.py
----------------------------------------------------------------------
diff --git a/tests/modeling/test_models.py b/tests/modeling/test_models.py
index e459821..48793c3 100644
--- a/tests/modeling/test_models.py
+++ b/tests/modeling/test_models.py
@@ -180,7 +180,7 @@ class TestServiceTemplate(object):
     @pytest.mark.parametrize(
         'is_valid, description, created_at, updated_at, main_file_name',
         [
-            (False, {}, now, now, '/path'),
+            (False, [], now, now, '/path'),
             (False, 'description', 'error', now, '/path'),
             (False, 'description', now, 'error', '/path'),
             (False, 'description', now, now, {}),