Order users by nickname

This commit is contained in:
Maxim Filippov 2019-03-17 13:23:08 +03:00
commit 93291c3d7a
2 changed files with 2 additions and 3 deletions

View file

@ -150,8 +150,7 @@ defmodule Pleroma.UploadTest do
{:ok, data} = Upload.store(file)
[attachment_url | _] = data["url"]
assert Path.basename(attachment_url["href"]) ==
"an%E2%80%A6%20image.jpg"
assert Path.basename(attachment_url["href"]) == "an%E2%80%A6%20image.jpg"
end
test "escapes reserved uri characters" do