15954: Merge branch 'master'
[arvados.git] / services / api / test / unit / user_notifier_test.rb
index f409d231f1587e6355a1a43d45af6c425ecee416..da6c7fdb88bc825c9918bb0dd92aa7c53a7b7aea 100644 (file)
@@ -16,7 +16,7 @@ class UserNotifierTest < ActionMailer::TestCase
     # Test the body of the sent email contains what we expect it to
     assert_equal Rails.configuration.Users.UserNotifierEmailFrom, email.from.first
     assert_equal user.email, email.to.first
-    assert_equal 'Welcome to Arvados - shell account enabled', email.subject
+    assert_equal 'Welcome to Arvados - account enabled', email.subject
     assert (email.body.to_s.include? 'Your Arvados shell account has been set up'),
         'Expected Your Arvados shell account has been set up in email body'
     assert (email.body.to_s.include? Rails.configuration.Services.Workbench1.ExternalURL.to_s),