Merge branch 'develop' into oembed_provider
[akkoma] / test / web / ostatus / ostatus_test.exs
index f3268e83d975448f1edbdd416df07d9fe226fe9b..e577a6bee50e1cadc01a3f5e33e656c837683926 100644 (file)
@@ -511,7 +511,7 @@ defmodule Pleroma.Web.OStatusTest do
         |> Map.put("type", "Article")
 
       cs = Object.change(note_object, %{data: note_data})
-      {:ok, article_object} = Repo.update(cs)
+      {:ok, _article_object} = Repo.update(cs)
 
       # the underlying object is now an Article instead of a note, so this should fail
       refute OStatus.is_representable?(note_activity)