summaryrefslogtreecommitdiffstats
path: root/result_collection_api/tests/unit/test_project.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-05-26 06:39:07 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-26 06:39:07 +0000
commit3cef8afd5bc5e894804d5e8d379e6c2acfbf54a3 (patch)
treeb267c29927828d40e81c52e8d9313fffb299dd3a /result_collection_api/tests/unit/test_project.py
parentb140bd0f8055af4f1624a2c9a6291f7923003122 (diff)
parente6b2ed1749f5daad7a15a878df301e017a15d832 (diff)
Merge "attach version number to url in testAPI"
Diffstat (limited to 'result_collection_api/tests/unit/test_project.py')
-rw-r--r--result_collection_api/tests/unit/test_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/tests/unit/test_project.py b/result_collection_api/tests/unit/test_project.py
index 6ce21db..c380780 100644
--- a/result_collection_api/tests/unit/test_project.py
+++ b/result_collection_api/tests/unit/test_project.py
@@ -14,7 +14,7 @@ class TestProjectBase(TestBase):
self.get_res = Project
self.list_res = Projects
self.update_res = Project
- self.basePath = '/projects'
+ self.basePath = '/api/v1/projects'
def assert_body(self, project, req=None):
if not req: