From 1bf041dad045f187c6c3a11258a72975b39e8cd2 Mon Sep 17 00:00:00 2001
From: dev_fb <frank.baier@swr.de>
Date: Wed, 8 Jan 2025 15:41:11 +0100
Subject: [PATCH] Update checkmk directories

---
 mkp/__init__.py  | 2 +-
 test/test_mkp.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mkp/__init__.py b/mkp/__init__.py
index d1335f3..7fac199 100644
--- a/mkp/__init__.py
+++ b/mkp/__init__.py
@@ -12,7 +12,7 @@ __version__ = get_versions()['version']
 del get_versions
 
 _DIRECTORIES = [
-    'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications',
+    'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications', 'cmk_addons_plugins',
     'pnp-templates', 'web',
 ]
 
diff --git a/test/test_mkp.py b/test/test_mkp.py
index 1496eca..1b22992 100644
--- a/test/test_mkp.py
+++ b/test/test_mkp.py
@@ -7,7 +7,7 @@ import pytest
 import mkp
 
 DIRECTORIES = [
-    'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications',
+    'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications',  'cmk_addons_plugins',
     'pnp-templates', 'web',
 ]
 
-- 
GitLab