X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c0082c57cb7c5e67115e7b03c8c85f74b5b29d0d..44d4d43331979c87cee5df9ff952fd80a6e9c5f8:/services/api/test/functional/arvados/v1/users_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/users_controller_test.rb b/services/api/test/functional/arvados/v1/users_controller_test.rb index c4a99648cb..62ed8789fa 100644 --- a/services/api/test/functional/arvados/v1/users_controller_test.rb +++ b/services/api/test/functional/arvados/v1/users_controller_test.rb @@ -656,6 +656,8 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase assert_equal 'Welcome to Curoverse - shell account enabled', setup_email.subject assert (setup_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 (setup_email.body.to_s.include? '/virtual_machines'), + 'Expected /virtual_machines link to appear in email body' assert (setup_email.body.to_s.include? Rails.configuration.workbench_address), 'Expected workbench url in email body' end