Fixed badges test

This commit is contained in:
Jose Ivan Vargas 2017-01-06 16:10:12 -06:00
parent 08ecab6013
commit 0d4c0e07cb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class Projects::PipelinesSettingsController < Projects::ApplicationController
before_action :authorize_admin_pipeline!
def show
redirect_to namespace_project_settings_ci_cd_pipelines_path(@project.namespace, @project)
redirect_to namespace_project_settings_ci_cd_pipelines_path(@project.namespace, @project, params: params)
end
def update