1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-24 01:35:34 +01:00

Fix my incorrect search test fix

This commit is contained in:
rinpatch 2019-04-18 14:37:57 +03:00
parent a11ca87f40
commit 4ef237f26a

View File

@ -1879,7 +1879,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
capture_log(fn ->
conn =
conn
|> get("/api/v1/search", %{"q" => Object.normalize(activity).id})
|> get("/api/v1/search", %{"q" => Object.normalize(activity).data["id"]})
assert results = json_response(conn, 200)