From 2bfd54210f087b5a810f886893c81dadb6dd51f8 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 28 Jun 2015 23:42:38 +0200 Subject: [PATCH] fix test configuration --- tests/cfg/ldapcherry_test.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/'