Merge branch 'following-relationships-optimizations' into 'develop'
[akkoma] / test / web / twitter_api / twitter_api_test.exs
index 92f9aa0f515ce21fb5340a6ec65eb94e41770946..f6e13b66127030a0faf24f7a1d9a9619d3d242c3 100644 (file)
@@ -109,7 +109,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
     {:ok, user2} = TwitterAPI.register_user(data2)
 
     expected_text =
-      ~s(<span class="h-card"><a data-user="#{user1.id}" class="u-url mention" href="#{
+      ~s(<span class="h-card"><a class="u-url mention" data-user="#{user1.id}" href="#{
         user1.ap_id
       }" rel="ugc">@<span>john</span></a></span> test)