Fix missing data in pytest fixture

This commit is contained in:
Wes Barnett 2021-03-13 07:28:05 -05:00
parent e5ea12d060
commit 8dfba55e07
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -19,7 +19,9 @@ def config():
"cleanup_algorithm": "number", "cleanup_algorithm": "number",
"pre_description": "foo", "pre_description": "foo",
"post_description": "bar", "post_description": "bar",
"desc_limit": 72 "desc_limit": 72,
"important_packages": [],
"important_commands": []
} }
config["root"] = { config["root"] = {
"snapshot": True "snapshot": True