diff options
| -rw-r--r-- | testing/tests/sync/test_sync_target.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/testing/tests/sync/test_sync_target.py b/testing/tests/sync/test_sync_target.py index 302a16b8..34702362 100644 --- a/testing/tests/sync/test_sync_target.py +++ b/testing/tests/sync/test_sync_target.py @@ -838,7 +838,7 @@ class TestSoledadDbSync(          # already created on some setUp method.          import binascii          tohex = binascii.b2a_hex -        key = tohex(self._soledad.secrets.local) +        key = tohex(self._soledad.secrets.local_key)          dbpath = self._soledad._local_db_path          self.opts = SQLCipherOptions( | 
