summary refs log tree commit diff
path: root/tests/storage/test_room_search.py
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2022-06-06 20:33:46 -0700
committerH. Shay <hillerys@element.io>2022-06-06 20:33:46 -0700
commitaf75e0d7222c1fb057ced2a93c75fb492fcbd1ba (patch)
treea253dd9d4bac086162e0d090882b26813205d439 /tests/storage/test_room_search.py
parentconditionally import sqlite and postgres in engines/__init__.py (diff)
downloadsynapse-af75e0d7222c1fb057ced2a93c75fb492fcbd1ba.tar.xz
fix import errors from moving sqlite/postgres import statements in engine
Diffstat (limited to 'tests/storage/test_room_search.py')
-rw-r--r--tests/storage/test_room_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_room_search.py b/tests/storage/test_room_search.py

index e747c6b50e..c34d379237 100644 --- a/tests/storage/test_room_search.py +++ b/tests/storage/test_room_search.py
@@ -16,7 +16,7 @@ import synapse.rest.admin from synapse.api.constants import EventTypes from synapse.api.errors import StoreError from synapse.rest.client import login, room -from synapse.storage.engines import PostgresEngine +from synapse.storage.engines.postgres import PostgresEngine from tests.unittest import HomeserverTestCase, skip_unless from tests.utils import USE_POSTGRES_FOR_TESTS