summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/test_http.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/tests/test_http.py')
-rw-r--r--common/src/leap/soledad/common/tests/test_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/tests/test_http.py b/common/src/leap/soledad/common/tests/test_http.py
index bc486fe3..2351748d 100644
--- a/common/src/leap/soledad/common/tests/test_http.py
+++ b/common/src/leap/soledad/common/tests/test_http.py
@@ -17,10 +17,10 @@
"""
Test Leap backend bits: test http database
"""
-from u1db.remote import http_database
from leap.soledad.client import auth
from leap.soledad.common.tests.u1db_tests import test_http_database
+from leap.soledad.common.l2db.remote import http_database
# -----------------------------------------------------------------------------