bridge_with_matrix: Fix test.
It was broken by commit e876a0541e
(#701).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
e876a0541e
commit
4787834d75
|
@ -18,7 +18,7 @@ sample_config_path = "matrix_test.conf"
|
||||||
|
|
||||||
sample_config_text = """[matrix]
|
sample_config_text = """[matrix]
|
||||||
host = https://matrix.org
|
host = https://matrix.org
|
||||||
username = @username@matrix.org
|
username = @username:matrix.org
|
||||||
password = password
|
password = password
|
||||||
room_id = #zulip:matrix.org
|
room_id = #zulip:matrix.org
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue