summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-09-28 15:29:14 +0300
committerLV-426 <lv-426@taproot.org.il>2014-09-28 15:29:14 +0300
commit267b3d2e4dec5a25afd14634c2c494f302f5c80a (patch)
treef06734a607240c230c8c73086593b8333a608fd3
parentf93e7846097e73d5f021594af16264fe7ebdf9d0 (diff)
rename conf file
-rw-r--r--src-py/test_db_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-py/test_db_controller.py b/src-py/test_db_controller.py
index 3f4db98f..1a73cb49 100644
--- a/src-py/test_db_controller.py
+++ b/src-py/test_db_controller.py
@@ -19,7 +19,7 @@ class TestDBController(unittest.TestCase):
@classmethod
def setUpClass(self):
- cfg = Config.init_from_file('res/etc/rhizi-backend.conf')
+ cfg = Config.init_from_file('res/etc/rhizi-server.conf')
self.log = logging.getLogger('rhizi')
self.db_ctl = dbc.DB_Controller(cfg)