From 00f8e7f0adcaab952c08b59aa9a442f3d4432f82 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 21 Sep 2023 21:10:40 +0200 Subject: [PATCH] fix unittests --- tests/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers.py b/tests/helpers.py index 3a31ccc..7d3a3a9 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -148,6 +148,7 @@ def _fake_args(): args['profiles'] = False args['files'] = False args['install'] = False + args['uninstall'] = False args['compare'] = False args['import'] = False args['update'] = False