diff --git a/tests/cfg/ldapcherry_test.ini b/tests/cfg/ldapcherry_test.ini index 4e378c8..b830d32 100644 --- a/tests/cfg/ldapcherry_test.ini +++ b/tests/cfg/ldapcherry_test.ini @@ -120,8 +120,8 @@ auth.mode = 'none' # resources parameters [resources] # templates directory -templates.dir = '/usr/share/ldapcherry/templates/' +templates.dir = './resources/templates/' [/static] tools.staticdir.on = True -tools.staticdir.dir = '/usr/share/ldapcherry/static/' +tools.staticdir.dir = './resources/static/'