diff --git a/main_test.go b/main_test.go index 9895d6e..69d8391 100644 --- a/main_test.go +++ b/main_test.go @@ -154,7 +154,7 @@ func TestPostRegistrationHandler(t *testing.T) { ) } - expected := "checkout-button" + expected := "Amount 20" if !strings.Contains(rr.Body.String(), expected) { t.Errorf( "unexpected body: got (%v) want (%v)",