1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Fix RuboCop offense Style/TrailingCommaInArguments introduced in r22584 (#39999).

git-svn-id: https://svn.redmine.org/redmine/trunk@22591 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-01-04 02:10:13 +00:00
parent 02fbe55855
commit 82fc543ea1

View File

@ -318,7 +318,7 @@ class MessagesControllerTest < Redmine::ControllerTest
:params => {
:board_id => 1,
:id => 3
},
}
)
assert_response 404