FederatingPlug module name
This commit is contained in:
parent
abc3c7689b
commit
8c993c5f63
8 changed files with 9 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ defmodule Pleroma.Web.Plugs.FederatingPlugTest do
|
|||
|
||||
conn =
|
||||
build_conn()
|
||||
|> Pleroma.Web.FederatingPlug.call(%{})
|
||||
|> Pleroma.Web.Plugs.FederatingPlug.call(%{})
|
||||
|
||||
assert conn.status == 404
|
||||
assert conn.halted
|
||||
|
|
@ -23,7 +23,7 @@ defmodule Pleroma.Web.Plugs.FederatingPlugTest do
|
|||
|
||||
conn =
|
||||
build_conn()
|
||||
|> Pleroma.Web.FederatingPlug.call(%{})
|
||||
|> Pleroma.Web.Plugs.FederatingPlug.call(%{})
|
||||
|
||||
refute conn.status
|
||||
refute conn.halted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue