X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fplugs%2Fbasic_auth_decoder_plug_test.exs;h=4d7728e93ba1b85a55a45b366d0bbb6bd3280b74;hb=e3534f5b3c68f9bf6a10c5fc10aa637ef66ab82e;hp=a4876fef7c1f9f282eb93f73a329f6b8a61896ed;hpb=045953225e04862c914b51808907cc86b11fcaf4;p=akkoma diff --git a/test/plugs/basic_auth_decoder_plug_test.exs b/test/plugs/basic_auth_decoder_plug_test.exs index a4876fef7..4d7728e93 100644 --- a/test/plugs/basic_auth_decoder_plug_test.exs +++ b/test/plugs/basic_auth_decoder_plug_test.exs @@ -1,3 +1,7 @@ +# 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