Add test to validate profile pagination works with keyset
[akkoma] / test / pleroma / web / common_api_test.exs
index 3b7ac20336ddc6909ba264e50b32ab364770d8a0..585b2c174c9564c4aa2ccb408c7847f39374b671 100644 (file)
@@ -493,8 +493,7 @@ defmodule Pleroma.Web.CommonAPITest do
 
     object = Object.normalize(activity)
 
-    assert object.data["tag"] == []
-    assert object.data["hashtags"] == ["2hu"]
+    assert object.data["tag"] == ["2hu"]
   end
 
   test "it adds emoji in the object" do