summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_parse_args.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_parse_args.py')
-rw-r--r--tests/unit/test_parse_args.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_parse_args.py b/tests/unit/test_parse_args.py
index 0725d33d..f408c9aa 100644
--- a/tests/unit/test_parse_args.py
+++ b/tests/unit/test_parse_args.py
@@ -37,6 +37,7 @@ def expected_args(**kwargs):
"tags": False,
"text": [],
"config_override": [],
+ "config_file_path": "",
}
return {**default_args, **kwargs}