summaryrefslogtreecommitdiff
path: root/test/controllers/admin/participants_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers/admin/participants_controller_test.rb')
-rw-r--r--test/controllers/admin/participants_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/admin/participants_controller_test.rb b/test/controllers/admin/participants_controller_test.rb
index a521ea6..4c5588a 100644
--- a/test/controllers/admin/participants_controller_test.rb
+++ b/test/controllers/admin/participants_controller_test.rb
@@ -37,7 +37,7 @@ class Admin::ParticipantsControllerTest < ActionController::TestCase
}
}
assert_difference('Participant.count') do
- post :create, params
+ post :create, params: params
end
assert_equal('Participant "testclient" was successfully created.',flash[:notice])
assert_equal(communities(:wuv).id, Participant.find_by_name("testclient").communities.first.id)