summaryrefslogtreecommitdiff
path: root/ick2/projectapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/projectapi.py')
-rw-r--r--ick2/projectapi.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ick2/projectapi.py b/ick2/projectapi.py
index f351e8d..90197ae 100644
--- a/ick2/projectapi.py
+++ b/ick2/projectapi.py
@@ -39,9 +39,7 @@ class ProjectAPI(ick2.ResourceApiBase):
return super().get_routes(path) + self.get_status_routes(path)
def get_status_routes(self, path): # pragma: no cover
- all_statuses_path = '/status'
- status_path = '{}/<project>/status'.format(path)
- trigger_path = '{}/<project>/+trigger'.format(path)
+ trigger_path = '{}/<project:path>/+trigger'.format(path)
return [
{
'needs-authorization': False,