diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-09-08 15:16:43 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-09-08 15:16:43 +0300 |
commit | 880a92ccc705553610ca9c877e6823777c1e759e (patch) | |
tree | 9c24b7e6e7bff975e157b69afedfbb2e78104f1a /test/web/instances/instance_test.exs | |
parent | e3f845b24363cd867ab85b7297f2d34bfa16b13f (diff) | |
parent | d34dc4a7469b97e28ca4fffc8b2387c937ab56d8 (diff) | |
download | pleroma-880a92ccc705553610ca9c877e6823777c1e759e.tar.gz pleroma-880a92ccc705553610ca9c877e6823777c1e759e.zip |
Merge branch 'develop' into feature/expire-mutes
Diffstat (limited to 'test/web/instances/instance_test.exs')
-rw-r--r-- | test/web/instances/instance_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/instances/instance_test.exs b/test/web/instances/instance_test.exs index dc6ace843..5d4efcebe 100644 --- a/test/web/instances/instance_test.exs +++ b/test/web/instances/instance_test.exs @@ -112,6 +112,8 @@ defmodule Pleroma.Instances.InstanceTest do end test "Returns nil on too long favicon URLs" do + clear_config([:instances_favicons, :enabled], true) + long_favicon_url = "https://Lorem.ipsum.dolor.sit.amet/consecteturadipiscingelit/Praesentpharetrapurusutaliquamtempus/Mauriseulaoreetarcu/atfacilisisorci/Nullamporttitor/nequesedfeugiatmollis/dolormagnaefficiturlorem/nonpretiumsapienorcieurisus/Nullamveleratsem/Maecenassedaccumsanexnam/favicon.png" |