X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a98271d94163cdc4afa5bfcf275db353bc062d2..f48482bd37d3ae5a5f1aa488fa330f77c5fd640d:/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