]> git.openstreetmap.org Git - rails.git/commitdiff
Fix test for change in class
authorTom Hughes <tom@compton.nu>
Fri, 22 Jul 2022 21:48:31 +0000 (22:48 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 22 Jul 2022 21:48:31 +0000 (22:48 +0100)
test/helpers/user_helper_test.rb

index f64cee31915b159614ba3380d993eb742959630e..cb7125cca157cc3ed96e9f7e0dfaeab78690c60a 100644 (file)
@@ -116,7 +116,7 @@ class UserHelperTest < ActionView::TestCase
 
   def test_auth_button
     button = auth_button("google", "google")
-    assert_equal("<a class=\"auth_button\" title=\"Login with Google\" rel=\"nofollow\" data-method=\"post\" href=\"/auth/google\"><img alt=\"Login with a Google OpenID\" class=\"rounded-lg\" src=\"/images/google.svg\" /></a>", button)
+    assert_equal("<a class=\"auth_button\" title=\"Login with Google\" rel=\"nofollow\" data-method=\"post\" href=\"/auth/google\"><img alt=\"Login with a Google OpenID\" class=\"rounded-3\" src=\"/images/google.svg\" /></a>", button)
   end
 
   private