Skip to content

Commit

Permalink
use Plug.Test will be deperacted. (#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedzeglam-pg authored Nov 26, 2024
1 parent 222d9ab commit 12778ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/support/router_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ defmodule RouterHelper do

defmacro __using__(_) do
quote do
use Plug.Test
import Plug.Test
import Plug.Conn
import RouterHelper
end
end
Expand Down

0 comments on commit 12778ac

Please sign in to comment.