forked from AkkomaGang/akkoma
Apply suggestion to test/web/admin_api/controllers/media_proxy_cache_controller_test.exs
This commit is contained in:
parent
1b45bc7b2a
commit
793a53f1ec
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue