]> source.dussan.org Git - redmine.git/commitdiff
3.3-stable: fix test failure (#23700)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 1 Sep 2016 05:44:50 +0000 (05:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 1 Sep 2016 05:44:50 +0000 (05:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15793 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/wiki_controller_test.rb

index 8012f97a9232899313f917cef82705429db8bb02..14f9c2760688afb42cc029a2f3e7fe49e9fb6ebe 100644 (file)
@@ -227,7 +227,7 @@ class WikiControllerTest < ActionController::TestCase
     Role.find(1).remove_permission!(:protect_wiki_pages)
     @request.session[:user_id] = 2
 
-    post :new, :params => {:project_id => 'ecookbook', :title => 'Sidebar'}
+    post :new, :project_id => 'ecookbook', :title => 'Sidebar'
     assert_response :success
     assert_select_error /Title/
   end