From 9b9b7b6824cb9219f93d1a70414b2412ea7d3585 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:37 +0100 Subject: Add GNOME panel status and corporate desktop tools --- tests/test_canonical.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_canonical.py') diff --git a/tests/test_canonical.py b/tests/test_canonical.py index e1c825c..27fd199 100644 --- a/tests/test_canonical.py +++ b/tests/test_canonical.py @@ -132,6 +132,7 @@ class RoleTests(unittest.TestCase): ".config/git/config", ".config/ghostty/config", ".local/bin/rqr", + ".local/share/gnome-shell/extensions/corporate-panel@dotfiles/extension.js", ]: self.assertIn(required, files) for path in files: @@ -203,6 +204,7 @@ class RoleTests(unittest.TestCase): ) self.assertNotIn(".config/autostart/dotfiles-", files) self.assertNotIn("gpg-agent.service.d/canonical.conf", files) + self.assertNotIn("corporate-panel@dotfiles", files) if __name__ == "__main__": -- cgit v1.3.1