Skip to content

Commit

Permalink
fix: one more configuration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Sep 12, 2024
1 parent 1d90399 commit 60849d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DIRAC/ConfigurationSystem/Client/test/Test_PathFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ 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
(
"WorkloadManagement/SimpleLogConsumer",
False,
"NonRonsumersNon",
"/Systems/WorkloadManagement/MyWM/NonRonsumersNon/SimpleLogConsumer",
"/Systems/WorkloadManagement/NonRonsumersNon/SimpleLogConsumer",
),
],
)
Expand Down

0 comments on commit 60849d5

Please sign in to comment.