fix another invocation

This commit is contained in:
holger krekel
2025-10-20 14:42:04 +02:00
parent 8b81d5b5d6
commit 777be107f3

View File

@@ -85,7 +85,7 @@ def test_report(mbox1, example_config):
def test_expiry_cli_basic(example_config, mbox1):
args = (example_config._inipath,)
args = (str(example_config._inipath),)
expiry_main(args)