Insert text representation of hashtags into object["hashtags"]
[akkoma] / test / pleroma / web / common_api_test.exs
index 585b2c174c9564c4aa2ccb408c7847f39374b671..3b7ac20336ddc6909ba264e50b32ab364770d8a0 100644 (file)
@@ -493,7 +493,8 @@ defmodule Pleroma.Web.CommonAPITest do
 
     object = Object.normalize(activity)
 
-    assert object.data["tag"] == ["2hu"]
+    assert object.data["tag"] == []
+    assert object.data["hashtags"] == ["2hu"]
   end
 
   test "it adds emoji in the object" do