From c4a765e73b3f3a0359eb1d2949eb662e2370a06d Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 13 Sep 2017 23:30:10 +0200 Subject: [PATCH] Change url of EXAMPLE_PROJECT This prevents tests from breaking as we start implementing the concept of 'main' project. --- pillar/tests/common_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/tests/common_test_data.py b/pillar/tests/common_test_data.py index 8f3a97cb..fa72e38d 100644 --- a/pillar/tests/common_test_data.py +++ b/pillar/tests/common_test_data.py @@ -80,7 +80,7 @@ EXAMPLE_PROJECT = { 'picture_square': ObjectId('5673f256c379cf0007b31bc3'), 'status': 'published', 'summary': 'Texture collection from all Blender Institute open projects.', - 'url': 'textures', + 'url': 'default-project', 'user': EXAMPLE_PROJECT_OWNER_ID} EXAMPLE_NODE = {