diff options
author | Go MAEDA <maeda@farend.jp> | 2024-01-04 02:10:13 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-01-04 02:10:13 +0000 |
commit | 82fc543ea1254bab3a727a338964472ba4906727 (patch) | |
tree | 9b5d3c895c81da5ec9e3a4c4337a1a267b50eba4 | |
parent | 02fbe55855251d43ceea6be70797524b6358cf5c (diff) | |
download | redmine-82fc543ea1254bab3a727a338964472ba4906727.tar.gz redmine-82fc543ea1254bab3a727a338964472ba4906727.zip |
Fix RuboCop offense Style/TrailingCommaInArguments introduced in r22584 (#39999).
git-svn-id: https://svn.redmine.org/redmine/trunk@22591 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/messages_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/messages_controller_test.rb b/test/functional/messages_controller_test.rb index 4e146e4e6..62ace05b0 100644 --- a/test/functional/messages_controller_test.rb +++ b/test/functional/messages_controller_test.rb @@ -318,7 +318,7 @@ class MessagesControllerTest < Redmine::ControllerTest :params => { :board_id => 1, :id => 3 - }, + } ) assert_response 404 |