summaryrefslogtreecommitdiff
path: root/test/support/conn_case.ex
diff options
context:
space:
mode:
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