From 2336db28fc2e5ea39bf9d02dae20b8c2a9e038bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Mon, 20 Apr 2026 23:12:36 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! python: modeling: types: added path types --- .../knot_resolver/utils/modeling/types/test_path_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/knot_resolver/utils/modeling/types/test_path_types.py b/tests/python/knot_resolver/utils/modeling/types/test_path_types.py index 384ec88fd..2c28b8d80 100644 --- a/tests/python/knot_resolver/utils/modeling/types/test_path_types.py +++ b/tests/python/knot_resolver/utils/modeling/types/test_path_types.py @@ -15,7 +15,7 @@ from knot_resolver.utils.modeling.types.path_types import ( ) context_default = Context(strictness=Strictness.STRICT) -base_path = Path(__file__).parent / "path_testing" +base_path = Path(__file__).parent / "path_types_testing" readable_dirs = [ "readable_dir", # relative -- 2.47.3