From 4787834d75dec7414263dc01c553b6246dddf684 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 14 Oct 2021 13:55:25 -0700 Subject: [PATCH] bridge_with_matrix: Fix test. It was broken by commit e876a0541e68041d8f3f098b30565d6c3dab455a (#701). Signed-off-by: Anders Kaseorg --- zulip/integrations/bridge_with_matrix/test_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/integrations/bridge_with_matrix/test_matrix.py b/zulip/integrations/bridge_with_matrix/test_matrix.py index d651f22..3952abc 100644 --- a/zulip/integrations/bridge_with_matrix/test_matrix.py +++ b/zulip/integrations/bridge_with_matrix/test_matrix.py @@ -18,7 +18,7 @@ sample_config_path = "matrix_test.conf" sample_config_text = """[matrix] host = https://matrix.org -username = @username@matrix.org +username = @username:matrix.org password = password room_id = #zulip:matrix.org