From d6b11ae62b6ce22930849ef1990ebf0d4203eab5 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 8 Nov 2024 16:33:28 +0100 Subject: [PATCH] fix unittests --- tests/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers.py b/tests/helpers.py index 6e79a88..5c5a156 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -145,6 +145,7 @@ def _fake_args(): args['--transw'] = '' args['--transr'] = '' args['--remove-existing'] = False + args['--dkey'] = '' # cmds args['profiles'] = False args['files'] = False