summaryrefslogtreecommitdiff
path: root/testenv/tests/apps/kvmd/test_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/tests/apps/kvmd/test_auth.py')
-rw-r--r--testenv/tests/apps/kvmd/test_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py
index 66e54dca..15a7e1e3 100644
--- a/testenv/tests/apps/kvmd/test_auth.py
+++ b/testenv/tests/apps/kvmd/test_auth.py
@@ -43,7 +43,7 @@ from kvmd.plugins.auth import get_auth_service_class
def _make_service_kwargs(path: str) -> Dict:
cls = get_auth_service_class("htpasswd")
scheme = cls.get_plugin_options()
- return make_config({"file": path}, scheme)._unpack() # pylint: disable=protected-access
+ return make_config({"file": path}, scheme)._unpack()
@contextlib.asynccontextmanager