fix hashtags in api response
[akkoma] / test / web / mastodon_api / account_view_test.exs
index a2d3a254750511c023c7ff9bcf7a6ed47064b4e2..3cb9b9c5be74d0286639cc5ddd4eb6045155a925 100644 (file)
@@ -54,7 +54,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         note: "",
         privacy: "public",
         sensitive: false
-      }
+      },
+      pleroma: %{tags: []}
     }
 
     assert expected == AccountView.render("account.json", %{user: user})
@@ -91,7 +92,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         note: "",
         privacy: "public",
         sensitive: false
-      }
+      },
+      pleroma: %{tags: []}
     }
 
     assert expected == AccountView.render("account.json", %{user: user})