From 502c8cf0ac2246a6da420e04dc01642511677396 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 5 Oct 2022 15:56:30 -0500 Subject: [PATCH] Hotfix tests on master --- test/test_registration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_registration.rb b/test/test_registration.rb index f69aac8..57ff55c 100644 --- a/test/test_registration.rb +++ b/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 ) -- 2.38.4