Skip to content

Commit 4787834

Browse files
committed
bridge_with_matrix: Fix test.
It was broken by commit e876a05 (#701). Signed-off-by: Anders Kaseorg <[email protected]>
1 parent e876a05 commit 4787834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/integrations/bridge_with_matrix/test_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
sample_config_text = """[matrix]
2020
host = https://matrix.org
21-
username = @username@matrix.org
21+
username = @username:matrix.org
2222
password = password
2323
room_id = #zulip:matrix.org
2424

0 commit comments

Comments
 (0)