Add AdminAPI.InviteView

This commit is contained in:
Egor Kislitsyn 2020-05-26 15:21:33 +04:00
commit fca48154a2
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
6 changed files with 49 additions and 43 deletions

View file

@ -2,7 +2,7 @@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.AdminAPI.InviteTokenControllerTest do
defmodule Pleroma.Web.AdminAPI.InviteControllerTest do
use Pleroma.Web.ConnCase, async: true
import Pleroma.Factory