ConversationControllerTest: fix test
[akkoma] / test / pleroma / web / common_api_test.exs
index d8dc90173fd75154fbaca6516451daf698eaa771..c5b90ad84297b7d569eac29dd92069a6f9125328 100644 (file)
@@ -636,7 +636,7 @@ defmodule Pleroma.Web.CommonAPITest do
       assert {:error, "The status is over the character limit"} =
                CommonAPI.post(user, %{status: "foobar"})
 
-      assert {:ok, activity} = CommonAPI.post(user, %{status: "12345"})
+      assert {:ok, _activity} = CommonAPI.post(user, %{status: "12345"})
     end
 
     test "it can handle activities that expire" do