Skip to content

Commit

Permalink
Fixes #19576 - Fix test failures after minitest upgrade (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
xprazak2 authored and ares committed May 18, 2017
1 parent 7b7bf73 commit df1c22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/api/v2/template_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Api
module V2
class TemplateControllerTest < ::ActionController::TestCase
test "should import from git" do
post :import, params: { 'repo' => "#{ForemanTemplates::Engine.root}/test/templates/core", 'prefix' => '' }
post :import, 'repo' => "#{ForemanTemplates::Engine.root}/test/templates/core", 'prefix' => ''
assert_response :success
end
end
Expand Down

0 comments on commit df1c22c

Please sign in to comment.