/api/ap/uploadMedia → /api/ap/upload_media

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-09-24 19:03:06 +02:00
commit 0dc8f3d6d2
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 4 additions and 4 deletions

View file

@ -1008,7 +1008,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
conn =
conn
|> assign(:user, user)
|> post("/api/ap/uploadMedia", %{"file" => image, "description" => desc})
|> post("/api/ap/upload_media", %{"file" => image, "description" => desc})
assert object = json_response(conn, :created)
assert object["name"] == desc