matrixsynapse: tests: Fix adding domain

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-02-16 11:16:27 -05:00
parent 85a694f20f
commit c67b1164df
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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."""