summaryrefslogtreecommitdiff
path: root/test/matrix_app_service_web/controllers/third_party_controller_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/matrix_app_service_web/controllers/third_party_controller_test.exs')
-rw-r--r--test/matrix_app_service_web/controllers/third_party_controller_test.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/matrix_app_service_web/controllers/third_party_controller_test.exs b/test/matrix_app_service_web/controllers/third_party_controller_test.exs
new file mode 100644
index 0000000..961e751
--- /dev/null
+++ b/test/matrix_app_service_web/controllers/third_party_controller_test.exs
@@ -0,0 +1,3 @@
+defmodule MatrixAppServiceWeb.ThirdPartyControllerTest do
+ use MatrixAppServiceWeb.ConnCase
+end