From eefbebbc797043b251ca263d9ba767e3a76fd599 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Mon, 31 Jul 2017 15:29:30 +0100 Subject: [PATCH] Created missing topic in tests --- src/github.com/matrix-org/dendrite/common/config/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github.com/matrix-org/dendrite/common/config/config_test.go b/src/github.com/matrix-org/dendrite/common/config/config_test.go index 7af619688..4275e3d41 100644 --- a/src/github.com/matrix-org/dendrite/common/config/config_test.go +++ b/src/github.com/matrix-org/dendrite/common/config/config_test.go @@ -44,6 +44,7 @@ kafka: topics: input_room_event: input.room output_room_event: output.room + output_client_data: output.client database: media_api: "postgresql:///media_api" account: "postgresql:///account"