From df60a1ac030aaf570296526464e1c8a1d75231ce Mon Sep 17 00:00:00 2001 From: PIG208 <359101898@qq.com> Date: Sun, 27 Jun 2021 16:57:38 +0800 Subject: [PATCH] matrix: Fix test failure brought by the hint for usernames change. Fixes a188a4e72a525847ded80eee6e864e43715e3bd7. --- 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 296d9ef..3fe0b94 100644 --- a/zulip/integrations/bridge_with_matrix/test_matrix.py +++ b/zulip/integrations/bridge_with_matrix/test_matrix.py @@ -17,7 +17,7 @@ sample_config_path = "matrix_test.conf" sample_config_text = """[matrix] host = https://matrix.org -username = username +username = @username@matrix.org password = password room_id = #zulip:matrix.org