Format mascot tests
This commit is contained in:
parent
e81f0fc6d4
commit
dc916ba15f
|
@ -1507,6 +1507,7 @@ test "mascot retrieving", %{conn: conn} do
|
|||
build_conn()
|
||||
|> assign(:user, user)
|
||||
|> put("/api/v1/pleroma/mascot", %{"file" => file})
|
||||
|
||||
assert json_response(conn, 200)
|
||||
|
||||
user = User.get_cached_by_id(user.id)
|
||||
|
|
Loading…
Reference in New Issue