mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 19:05:51 +01:00
Fix typo in test name: s/udpate/update/ (#28268).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17218 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -490,7 +490,7 @@ class QueriesControllerTest < Redmine::ControllerTest
|
|||||||
assert_response 404
|
assert_response 404
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_udpate_global_private_query
|
def test_update_global_private_query
|
||||||
@request.session[:user_id] = 3
|
@request.session[:user_id] = 3
|
||||||
put :update, :params => {
|
put :update, :params => {
|
||||||
:id => 3,
|
:id => 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user