From 9e7d1ed1baa1780a9e0522b7127c7357cde11ae0 Mon Sep 17 00:00:00 2001 From: Pierre de Lacroix Date: Wed, 3 Mar 2021 21:29:23 +0100 Subject: fix TransactionControllerTest --- lib/matrix_app_service_web/controllers/v1/transaction_controller.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/matrix_app_service_web') diff --git a/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex b/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex index d2062bf..1fcc452 100644 --- a/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex +++ b/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex @@ -13,7 +13,7 @@ defmodule MatrixAppServiceWeb.V1.TransactionController do adapter = conn.private[:transaction_adapter] || MatrixAppServiceWeb.Endpoint.config(:transaction_adapter) || - raise "MatrixAppService: config key room_adapter missing" + raise "MatrixAppService: missing config key: room_adapter" # Enum.each(events, &create_event(&1, adapter)) Enum.each(events, fn event_params -> -- cgit v1.2.3