From 2c09a154a931e8427afdc8910f37e0e3cd87baf1 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 20 Mar 2023 13:20:30 +0100 Subject: [PATCH] fix: integration tests on dendrite The relay_api now needs to be configured, see https://github.com/matrix-org/dendrite/pull/3011 --- test_driver/dendrite/data/dendrite.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_driver/dendrite/data/dendrite.yaml b/test_driver/dendrite/data/dendrite.yaml index d37bca78..4497811f 100644 --- a/test_driver/dendrite/data/dendrite.yaml +++ b/test_driver/dendrite/data/dendrite.yaml @@ -278,6 +278,9 @@ room_server: database: connection_string: file:room_server.db +relay_api: + database: + connection_string: file:relay_api.db # Configuration for the User API. user_api: