BasicAuthDecoderPlug module name
This commit is contained in:
parent
970932689f
commit
c1777e7479
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
defmodule Pleroma.Web.Plugs.BasicAuthDecoderPlugTest do
|
||||
use Pleroma.Web.ConnCase, async: true
|
||||
|
||||
alias Pleroma.Plugs.BasicAuthDecoderPlug
|
||||
alias Pleroma.Web.Plugs.BasicAuthDecoderPlug
|
||||
|
||||
defp basic_auth_enc(username, password) do
|
||||
"Basic " <> Base.encode64("#{username}:#{password}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue