summaryrefslogtreecommitdiffstats
path: root/test/functional/principal_memberships_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/principal_memberships_controller_test.rb')
-rw-r--r--test/functional/principal_memberships_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/principal_memberships_controller_test.rb b/test/functional/principal_memberships_controller_test.rb
index 7d15114b2..d02c13450 100644
--- a/test/functional/principal_memberships_controller_test.rb
+++ b/test/functional/principal_memberships_controller_test.rb
@@ -104,7 +104,7 @@ class PrincipalMembershipsControllerTest < ActionController::TestCase
assert_equal 'text/javascript', response.content_type
end
assert_include 'alert', response.body, "Alert message not sent"
- assert_include 'Role can\\\'t be empty', response.body, "Error message not sent"
+ assert_include 'Role cannot be empty', response.body, "Error message not sent"
end
def test_update_user_membership