X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/283dbf37a1b7d32332e295070de48b5e6e459248..ce4e75d03a38fc7e4a644a08e3c6044e3a7df390:/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