diff --git a/endpoints/notificationhelper.py b/endpoints/notificationhelper.py index 003d52362..29d79fb89 100644 --- a/endpoints/notificationhelper.py +++ b/endpoints/notificationhelper.py @@ -39,5 +39,5 @@ def spawn_notification(repo, event_name, extra_data={}, subpage=None, pathargs=[ 'event_data': event_data } - path = [repo.namespace, repo.name, 'notification', event_name] + pathargs + path = [repo.namespace, repo.name, event_name] + pathargs notification_queue.put(path, json.dumps(notification_data))