diff options
author | kaniini <nenolod@gmail.com> | 2019-03-18 23:08:31 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-03-18 23:08:31 +0000 |
commit | 43bd7f47db7f2a31c59ec3f48cf22a51847ae241 (patch) | |
tree | 12516016c66748e060768b3dc34482205baf5246 /test/upload_test.exs | |
parent | a5675c965ab35c41ff339f38e843f5a1c0472075 (diff) | |
parent | 22ca1d1dfee4ea8624222560f1008ea84879f94a (diff) | |
download | pleroma-43bd7f47db7f2a31c59ec3f48cf22a51847ae241.tar.gz |
Merge branch 'feature/order-users-by-nickname-admin-api' into 'develop'
Order users by nickname
See merge request pleroma/pleroma!945
Diffstat (limited to 'test/upload_test.exs')
-rw-r--r-- | test/upload_test.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/upload_test.exs b/test/upload_test.exs index 770226478..bdda01b3f 100644 --- a/test/upload_test.exs +++ b/test/upload_test.exs @@ -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 |