X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ea7c6effed14cd80a444c6e4d5b89c8b99c17d59..754495b451fb7dc65fe2d2c43fa4876638b0be66:/services/api/test/unit/user_notifier_test.rb diff --git a/services/api/test/unit/user_notifier_test.rb b/services/api/test/unit/user_notifier_test.rb index 89d10c52ac..b280ae7f08 100644 --- a/services/api/test/unit/user_notifier_test.rb +++ b/services/api/test/unit/user_notifier_test.rb @@ -1,5 +1,5 @@ require 'test_helper' - + class UserNotifierTest < ActionMailer::TestCase # Send the email, then test that it got queued @@ -8,7 +8,7 @@ class UserNotifierTest < ActionMailer::TestCase email = UserNotifier.account_is_setup user assert_not_nil email - + # Test the body of the sent email contains what we expect it to assert_equal Rails.configuration.user_notifier_email_from, email.from.first assert_equal user.email, email.to.first