summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-12-24 14:17:46 -0200
committerKali Kaneko <kali@leap.se>2017-02-09 17:41:28 +0100
commitfffaf266ef401cc7b081085929f42f6ca8af73b6 (patch)
tree990fd53a40012358a46e56d1674c12c5980048d0
parent8d9782c689daa14aca495d7b6b2598b2743c4e7c (diff)
[test] fix test after secrets refactor
-rw-r--r--testing/tests/sync/test_sync_target.py2
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(