mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
matrixsynapse: tests: Fix adding domain
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
85a694f20f
commit
c67b1164df
@ -20,7 +20,7 @@ class TestMatrixSynapseApp(functional.BaseAppTests):
|
||||
def fixture_setup(self, session_browser):
|
||||
"""Setup the app."""
|
||||
functional.login(session_browser)
|
||||
functional.set_domain_name(session_browser, 'mydomain.example')
|
||||
functional.domain_add(session_browser, 'mydomain.example')
|
||||
|
||||
def install_and_setup(self, session_browser):
|
||||
"""Install the app and run setup."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user