From 60849d534d80883bfe2b670e0da59c91e6c1ca23 Mon Sep 17 00:00:00 2001 From: Andrei Tsaregorodtsev Date: Thu, 12 Sep 2024 23:48:06 +0200 Subject: [PATCH] fix: one more configuration fix --- .../ConfigurationSystem/Client/test/Test_PathFinder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DIRAC/ConfigurationSystem/Client/test/Test_PathFinder.py b/src/DIRAC/ConfigurationSystem/Client/test/Test_PathFinder.py index a8b0ab3f903..3348140e438 100644 --- a/src/DIRAC/ConfigurationSystem/Client/test/Test_PathFinder.py +++ b/src/DIRAC/ConfigurationSystem/Client/test/Test_PathFinder.py @@ -56,13 +56,13 @@ def pathFinder(monkeypatch): "WorkloadManagement/SandboxStoreHandler", False, "Services", - "/Systems/WorkloadManagement/MyWM/Services/SandboxStoreHandler", + "/Systems/WorkloadManagement/Services/SandboxStoreHandler", ), ( "WorkloadManagement", "SandboxStoreHandler", "Services", - "/Systems/WorkloadManagement/MyWM/Services/SandboxStoreHandler", + "/Systems/WorkloadManagement/Services/SandboxStoreHandler", ), # tricky case one could expect that if entity string is wrong # than some kind of error will be returned, but it is not the case @@ -70,7 +70,7 @@ def pathFinder(monkeypatch): "WorkloadManagement/SimpleLogConsumer", False, "NonRonsumersNon", - "/Systems/WorkloadManagement/MyWM/NonRonsumersNon/SimpleLogConsumer", + "/Systems/WorkloadManagement/NonRonsumersNon/SimpleLogConsumer", ), ], )