[ARVADOS] updated: 1.2.0-363-g0999f4f1d
Git user
git at public.curoverse.com
Tue Nov 13 16:57:07 EST 2018
Summary of changes:
services/api/test/functional/arvados/v1/users_controller_test.rb | 2 +-
services/api/test/unit/user_notifier_test.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 0999f4f1d3667276caf59d82f1ad20855223507a (commit)
from 01d676963b14daa0ad6e0242f6ee73660500a3ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0999f4f1d3667276caf59d82f1ad20855223507a
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue Nov 13 16:56:27 2018 -0500
Update tests to match new template.
No issue #
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
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 b01597c05..728a2a1fa 100644
--- a/services/api/test/functional/arvados/v1/users_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/users_controller_test.rb
@@ -638,7 +638,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase
assert_equal Rails.configuration.user_notifier_email_from, setup_email.from[0]
assert_equal 'foo at example.com', setup_email.to[0]
- assert_equal 'Welcome to Curoverse - shell account enabled', setup_email.subject
+ assert_equal 'Welcome to Arvados - 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? "#{Rails.configuration.workbench_address}users/#{created['uuid']}/virtual_machines"), 'Expected virtual machines url in email body'
diff --git a/services/api/test/unit/user_notifier_test.rb b/services/api/test/unit/user_notifier_test.rb
index e2c4da702..008259c0b 100644
--- a/services/api/test/unit/user_notifier_test.rb
+++ b/services/api/test/unit/user_notifier_test.rb
@@ -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.user_notifier_email_from, email.from.first
assert_equal user.email, email.to.first
- assert_equal 'Welcome to Curoverse - shell account enabled', email.subject
+ assert_equal 'Welcome to Arvados - shell 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.workbench_address),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list