diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-09-18 00:26:45 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:11:58 -0200 |
commit | 35563cb74fcfd7f6ae969ed3af3a74d3c18cbf5b (patch) | |
tree | 6267a89f3f51c5d245edf3ecdbcdd6b0af42f54b /testing/tests/sync/test_sync.py | |
parent | b774387754ecae77d3ae00de2a9e072cef2eb2e7 (diff) |
[refactor] remove decpool
It's not being used
Diffstat (limited to 'testing/tests/sync/test_sync.py')
-rw-r--r-- | testing/tests/sync/test_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/sync/test_sync.py b/testing/tests/sync/test_sync.py index 5290003e..a7d0a92b 100644 --- a/testing/tests/sync/test_sync.py +++ b/testing/tests/sync/test_sync.py @@ -187,7 +187,7 @@ class TestSoledadDbSync( self.addCleanup(target.close) return sync.SoledadSynchronizer( self.db, - target).sync(defer_decryption=False) + target).sync() @defer.inlineCallbacks def test_db_sync(self): |