Skip to content

Commit

Permalink
fix load not existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Aug 15, 2023
1 parent 11f1ed7 commit 8e823c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_grub.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def test_charm_remove_configuration():

grub_conf.remove()
assert grub_conf.path.exists() is False
assert {} == grub._load_config(grub_conf.path)
assert {} == grub._load_config(grub.GRUB_CONFIG)


Expand Down

0 comments on commit 8e823c0

Please sign in to comment.