Skip to content

Commit

Permalink
Bug fix: Update config tests due to 'take_screenshot' option
Browse files Browse the repository at this point in the history
Signed-off-by: Aline Manera <[email protected]>
  • Loading branch information
alinefm committed Aug 27, 2019
1 parent 8189398 commit 14f5e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_config.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class ConfigTests(unittest.TestCase):
'enable': True
},
'kimchi': {
'create_iso_pool': True
'create_iso_pool': True,
'take_screenshot': True
},
'/': {
'tools.trailing_slash.on': False,
Expand Down

0 comments on commit 14f5e30

Please sign in to comment.