X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fplugs%2Fbasic_auth_decoder_plug_test.exs;h=4d7728e93ba1b85a55a45b366d0bbb6bd3280b74;hb=92b4a1aa1bc750bb077ae45c422967f9712e247d;hp=317f7d16726b546388361372a184a9d78bbb27b1;hpb=42bd985e6654a4af55df622753c3f0664e5c6bae;p=akkoma diff --git a/test/plugs/basic_auth_decoder_plug_test.exs b/test/plugs/basic_auth_decoder_plug_test.exs index 317f7d167..4d7728e93 100644 --- a/test/plugs/basic_auth_decoder_plug_test.exs +++ b/test/plugs/basic_auth_decoder_plug_test.exs @@ -1,4 +1,8 @@ -defmodule Pleroma.Plugs.AuthenticationPlugTest do +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + +defmodule Pleroma.Plugs.BasicAuthDecoderPlugTest do use Pleroma.Web.ConnCase, async: true alias Pleroma.Plugs.BasicAuthDecoderPlug