rich media: kill some testsuite noise

This commit is contained in:
William Pitcock 2019-01-28 20:55:33 +00:00
commit ddb5545202
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ defmodule Pleroma.HTML do
|> Floki.attribute("a", "href")
|> Enum.at(0)
{:commit, result}
{:commit, {:ok, result}}
end)
end
end