From 6403839cef4d536b9db20b22c62bf6e0aec0c1d4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 08 2017 10:20:24 +0000 Subject: Fix the docstring of the test_web_hook endpoint --- diff --git a/pagure/ui/repo.py b/pagure/ui/repo.py index ec0efce..7d7ef0f 100644 --- a/pagure/ui/repo.py +++ b/pagure/ui/repo.py @@ -1099,7 +1099,8 @@ def view_settings(repo, username=None, namespace=None): methods=('GET', 'POST')) @login_required def test_web_hook(repo, username=None, namespace=None): - """ Presents the settings of the project. + """ Endpoint that can be called to send a test message to the web-hook + service allowing to test the web-hooks set. """ if admin_session_timedout(): if flask.request.method == 'POST':