Skip to content
Snippets Groups Projects
Commit 71f66bd4 authored by eal's avatar eal
Browse files

Fix follow test semantics.

parent 2ffc6da2
Branches fix/mastoapi-attachment-linking
No related tags found
No related merge requests found
......@@ -287,7 +287,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
|> assign(:user, user)
|> post("/api/v1/follows", %{"uri" => other_user.nickname})
assert other_user = json_response(conn, 200)
assert %{"id" => id} = json_response(conn, 200)
assert id == other_user.id
end
test "unimplemented block/mute endpoints" do
......
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