From 82fc543ea1254bab3a727a338964472ba4906727 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 4 Jan 2024 02:10:13 +0000 Subject: Fix RuboCop offense Style/TrailingCommaInArguments introduced in r22584 (#39999). git-svn-id: https://svn.redmine.org/redmine/trunk@22591 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/messages_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') 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 -- cgit v1.2.3