Skip to content
Snippets Groups Projects
Commit 793a53f1 authored by Maksim's avatar Maksim
Browse files

Apply suggestion to test/web/admin_api/controllers/media_proxy_cache_controller_test.exs

parent 1b45bc7b
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ test "shows banned MediaProxy URLs", %{conn: conn} do
end
end
describe "DELETE /api/pleroma/admin/media_proxy_caches/delete" do
describe "POST /api/pleroma/admin/media_proxy_caches/delete" do
test "deleted MediaProxy URLs from banned", %{conn: conn} do
MediaProxy.put_in_deleted_urls([
"http://localhost:4001/media/a688346.jpg",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment