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