Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 2ab146e39 -> eb75d85ec
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/ARIA-48-aria-cli Commit: eb75d85ec66661f53325eb4761ada8168c08e1c2 Parents: 2ab146e Author: Ran Ziv <[email protected]> Authored: Thu Apr 6 16:30:39 2017 +0300 Committer: Ran Ziv <[email protected]> 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, {}),
