Fix assignment / assertion

This commit is contained in:
Mark Felder 2021-04-13 10:55:54 -05:00
parent 9fbcdc15b1
commit cdd271b065
1 changed files with 2 additions and 2 deletions

View File

@ -1445,8 +1445,8 @@ defmodule Pleroma.Web.AdminAPI.ConfigControllerTest do
"need_reboot" => false
}
assert res =
conn
_res =
assert conn
|> get("/api/v1/instance")
|> json_response_and_validate_schema(200)