rename mailname to mail_domain everywhere

This commit is contained in:
holger krekel
2023-12-11 16:33:52 +01:00
parent e27dd84501
commit 02918de6c1
12 changed files with 33 additions and 33 deletions

View File

@@ -52,7 +52,7 @@ def chatmail_config(pytestconfig):
@pytest.fixture
def maildomain(chatmail_config):
return chatmail_config.mailname
return chatmail_config.mail_domain
@pytest.fixture