Skip to content

Commit 14f5e30

Browse files
committed
Bug fix: Update config tests due to 'take_screenshot' option
Signed-off-by: Aline Manera <[email protected]>
1 parent 8189398 commit 14f5e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_config.py.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ class ConfigTests(unittest.TestCase):
8080
'enable': True
8181
},
8282
'kimchi': {
83-
'create_iso_pool': True
83+
'create_iso_pool': True,
84+
'take_screenshot': True
8485
},
8586
'/': {
8687
'tools.trailing_slash.on': False,

0 commit comments

Comments
 (0)