passes the test

This commit is contained in:
holger krekel
2023-10-21 16:03:50 +02:00
parent d94521e610
commit 30dae0c09c
4 changed files with 69 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ class Remote:
def maildata(request, gencreds):
datadir = conftestdir.joinpath("mail-data")
def maildata(name, parsed=True, from_addr=None, to_addr=None):
def maildata(name, from_addr=None, to_addr=None):
if from_addr is None:
from_addr = gencreds()[0]
if to_addr is None: