diff options
Diffstat (limited to 'test/functional/imports_controller_test.rb')
-rw-r--r-- | test/functional/imports_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/imports_controller_test.rb b/test/functional/imports_controller_test.rb index 42edf5ca5..b4022298a 100644 --- a/test/functional/imports_controller_test.rb +++ b/test/functional/imports_controller_test.rb @@ -435,7 +435,7 @@ class ImportsControllerTest < Redmine::ControllerTest ) ActionMailer::Base.deliveries.clear assert_difference 'Issue.count', 3 do - post(:run, :params => {:id => import,}) + post(:run, :params => {:id => import}) assert_response :found end actual_email_count = ActionMailer::Base.deliveries.size |