From 8e823c0b3808f38d54b38d71cc1a1489d40ae8f0 Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Tue, 15 Aug 2023 15:20:07 +0200 Subject: [PATCH] fix load not existing file --- tests/integration/test_grub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_grub.py b/tests/integration/test_grub.py index 2792ad3..330225d 100644 --- a/tests/integration/test_grub.py +++ b/tests/integration/test_grub.py @@ -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)