Hotfix tests on master

Stephen Paul Weber created

Change summary

test/test_registration.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

test/test_registration.rb 🔗

@@ -393,7 +393,7 @@ class RegistrationTest < Minitest::Test
 						[Matching.new do |reply|
 							assert_equal [:execute, :next, :prev], reply.allowed_actions
 							assert_equal(
-								"Add credit card, then return here to continue: " \
+								"Add credit card, save, then next here to continue: " \
 								"http://creditcard.example.com",
 								reply.note.content
 							)