summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/functional/queries_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/queries_controller_test.rb b/test/functional/queries_controller_test.rb
index 387f70473..de4be4c54 100644
--- a/test/functional/queries_controller_test.rb
+++ b/test/functional/queries_controller_test.rb
@@ -490,7 +490,7 @@ class QueriesControllerTest < Redmine::ControllerTest
assert_response 404
end
- def test_udpate_global_private_query
+ def test_update_global_private_query
@request.session[:user_id] = 3
put :update, :params => {
:id => 3,