fix search media proxy urls
This commit is contained in:
parent
56470647de
commit
f6da12f45d
2 changed files with 10 additions and 8 deletions
|
|
@ -89,7 +89,7 @@ defmodule Pleroma.Web.AdminAPI.MediaProxyCacheControllerTest do
|
|||
|
||||
response =
|
||||
conn
|
||||
|> get("/api/pleroma/admin/media_proxy_caches?page_size=2&query=f44")
|
||||
|> get("/api/pleroma/admin/media_proxy_caches?page_size=2&query=F44")
|
||||
|> json_response_and_validate_schema(200)
|
||||
|
||||
assert response["urls"] == [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue