aboutsummaryrefslogtreecommitdiff
path: root/setup/config/config_test.go
diff options
context:
space:
mode:
authorJoseph Alvarenga Beech <44758505+Mothergoose31@users.noreply.github.com>2023-11-25 13:19:22 -0800
committerGitHub <noreply@github.com>2023-11-25 22:19:22 +0100
commitfd11e65a9d113839177f9f7a32af328a0292b195 (patch)
tree857845db0e90c8620259c43103d01b7f0e956302 /setup/config/config_test.go
parent61e5dc47d7525b60e749d77618dc5b66848dac90 (diff)
added a warning log , for well_known_server_name,well_known_server_name when they dont have prefix (#3205)
closing this https://github.com/matrix-org/dendrite/issues/3180 added a warning log when either well_known_server_name, well_known_server_name: dont have a prefix in them josephalvarengabeech@pm.me --------- Co-authored-by: Till Faelligen <2353100+S7evinK@users.noreply.github.com>
Diffstat (limited to 'setup/config/config_test.go')
-rw-r--r--setup/config/config_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/config/config_test.go b/setup/config/config_test.go
index 8a65c990..eeefb425 100644
--- a/setup/config/config_test.go
+++ b/setup/config/config_test.go
@@ -54,7 +54,7 @@ global:
key_id: ed25519:auto
key_validity_period: 168h0m0s
well_known_server_name: "localhost:443"
- well_known_client_name: "localhost:443"
+ well_known_client_name: "https://localhost"
trusted_third_party_id_servers:
- matrix.org
- vector.im