diff options
author | Go MAEDA <maeda@farend.jp> | 2018-03-01 05:10:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-03-01 05:10:44 +0000 |
commit | e1023a26ace4a6a6a512ee103645f304c5d2efc4 (patch) | |
tree | 8d665903fb179efe8b0179f2abe187185bf32ce9 /test/functional/queries_controller_test.rb | |
parent | a175f9ded969c233dd8730d30d6a206105c355d7 (diff) | |
download | redmine-e1023a26ace4a6a6a512ee103645f304c5d2efc4.tar.gz redmine-e1023a26ace4a6a6a512ee103645f304c5d2efc4.zip |
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
Diffstat (limited to 'test/functional/queries_controller_test.rb')
-rw-r--r-- | test/functional/queries_controller_test.rb | 2 |
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, |