forked from AkkomaGang/akkoma
Apply suggestion to test/web/admin_api/controllers/media_proxy_cache_controller_test.exs
This commit is contained in:
parent
793a53f1ec
commit
6d33a3a51b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ test "deleted MediaProxy URLs from banned", %{conn: conn} do
|
|||
end
|
||||
end
|
||||
|
||||
describe "PURGE /api/pleroma/admin/media_proxy_caches/purge" do
|
||||
describe "POST /api/pleroma/admin/media_proxy_caches/purge" do
|
||||
test "perform invalidates cache of MediaProxy", %{conn: conn} do
|
||||
urls = [
|
||||
"http://example.com/media/a688346.jpg",
|
||||
|
|
Loading…
Reference in a new issue