From 45c58edc99009fc0f2ac044a08a74fd742326a58 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 12 Feb 2017 23:15:30 -0300 Subject: [tests] conf format changed, no more nesting --- testing/tests/server/test_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tests/server/test_auth.py b/testing/tests/server/test_auth.py index c9b941f9..6eb647ee 100644 --- a/testing/tests/server/test_auth.py +++ b/testing/tests/server/test_auth.py @@ -40,7 +40,7 @@ class SoledadRealmTestCase(unittest.TestCase): def test_returned_resource(self): # we have to pass a pool to the realm , otherwise tests will hang - conf = {'soledad-server': {'blobs': False}} + conf = {'blobs': False} pool = reactor.getThreadPool() realm = SoledadRealm(conf=conf, sync_pool=pool) iface, avatar, logout = realm.requestAvatar('any', None, IResource) -- cgit v1.2.3