Fix warnings
This commit is contained in:
parent
64553ebae2
commit
3985c1b450
17 changed files with 33 additions and 33 deletions
|
|
@ -622,7 +622,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue