summaryrefslogtreecommitdiff
path: root/test/support/conn_case.ex
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 13:08:29 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 13:08:29 +0000
commit8a05e93e1a660cc0707430cbff811fafc7716340 (patch)
tree2656048c6d4eb0ea134779a85bb6bd41a1466207 /test/support/conn_case.ex
parentUpdate README.md (diff)
add endpoint handled by the library
Diffstat (limited to 'test/support/conn_case.ex')
-rw-r--r--test/support/conn_case.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex
index bc28d10..e1ce056 100644
--- a/test/support/conn_case.ex
+++ b/test/support/conn_case.ex
@@ -24,10 +24,10 @@ defmodule MatrixAppServiceWeb.ConnCase do
import Phoenix.ConnTest
import MatrixAppServiceWeb.ConnCase
- alias MatrixAppServiceWeb.TestRouter.Helpers, as: Routes
+ alias MatrixAppServiceWeb.Router.Helpers, as: Routes
# The default endpoint for testing
- @endpoint MatrixAppServiceWeb.TestEndpoint
+ @endpoint MatrixAppServiceWeb.Endpoint
end
end