Skip to content
Snippets Groups Projects
Commit 6957fb7c authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Always mention HTTP status

parent 23a3e375
No related branches found
No related tags found
1 merge request!4015Improve documentation and web test for web hooks
Loading
Loading
@@ -28,7 +28,7 @@ class Projects::HooksController < Projects::ApplicationController
status, message = TestHookService.new.execute(hook, current_user)
 
if status && status >= 200 && status < 400
flash[:notice] = "Hook executed successfully"
flash[:notice] = "Hook executed successfully: HTTP #{status}"
elsif status
flash[:alert] = "Hook executed successfully but returned HTTP #{status} #{message}"
else
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment