mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-11 19:30:35 -04:00
Remove assertion and provide a clear warning on startup for missing public_baseurl (#6379)
This commit is contained in:
parent
651d930f16
commit
ce578031f4
4 changed files with 11 additions and 0 deletions
|
@ -203,6 +203,7 @@ class RegisterRestServletTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
@unittest.override_config(
|
||||
{
|
||||
"public_baseurl": "https://test_server",
|
||||
"enable_registration_captcha": True,
|
||||
"user_consent": {
|
||||
"version": "1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue