Order users by nickname
This commit is contained in:
parent
6d6f48d079
commit
93291c3d7a
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue