Fix missing data in pytest fixture
This commit is contained in:
parent
e5ea12d060
commit
8dfba55e07
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue