summaryrefslogtreecommitdiffstats
path: root/result_collection_api/tests/unit/test_dashboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'result_collection_api/tests/unit/test_dashboard.py')
-rw-r--r--result_collection_api/tests/unit/test_dashboard.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/result_collection_api/tests/unit/test_dashboard.py b/result_collection_api/tests/unit/test_dashboard.py
index 1e0d22b..5c3f924 100644
--- a/result_collection_api/tests/unit/test_dashboard.py
+++ b/result_collection_api/tests/unit/test_dashboard.py
@@ -9,9 +9,9 @@ __author__ = '__serena__'
class TestDashboardBase(TestResultBase):
def setUp(self):
super(TestDashboardBase, self).setUp()
- self.basePath = '/dashboard'
- self.create_help('/results', self.req_d)
- self.create_help('/results', self.req_d)
+ self.basePath = '/dashboard/v1/results'
+ self.create_help('/api/v1/results', self.req_d)
+ self.create_help('/api/v1/results', self.req_d)
self.list_res = None