Improve design so existing tests do not break
This commit is contained in:
parent
11d27349e3
commit
4217ababfc
3 changed files with 28 additions and 14 deletions
|
|
@ -72,6 +72,8 @@ defmodule Pleroma.HTTPTest do
|
|||
end
|
||||
|
||||
test "URL encoding properly encodes URLs with spaces" do
|
||||
clear_config(:test_url_encoding, true)
|
||||
|
||||
url_with_space = "https://tsundere.love/emoji/Pack 1/koronebless.png"
|
||||
|
||||
result = HTTP.get(url_with_space)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue