diff options
author | drebs <drebs@leap.se> | 2016-12-05 09:10:47 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-02-09 17:41:26 +0100 |
commit | ff85c2a41fe933d9959fb84a0df2a13a6e199cec (patch) | |
tree | 6f52cae13589aa13675f662f40f5040056575ef1 /testing/tests/sync | |
parent | 8a463796bbaba3979234b0699d140947581421e7 (diff) |
[refactor] improve secrets generation and storage code
Diffstat (limited to 'testing/tests/sync')
-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 6ce9a5c5..302a16b8 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.get_local_storage_key()) + key = tohex(self._soledad.secrets.local) dbpath = self._soledad._local_db_path self.opts = SQLCipherOptions( |