Merge pull request 'Fix AccountController Plug warning from typo' (#7848) from phnt/pleroma:plug-test-typo into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma/pulls/7848
This commit is contained in:
Phantasm 2026-03-03 22:20:34 +00:00
commit 222306ff27
2 changed files with 1 additions and 1 deletions

View file

View file

@ -2096,7 +2096,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do
result = result =
conn conn
|> assign(:user, user) |> assign(:user, user)
|> get("api/v1/blocks") |> get("/api/v1/blocks")
|> json_response_and_validate_schema(200) |> json_response_and_validate_schema(200)
assert [ assert [