Fix tests and flake8

This commit is contained in:
Erik Johnston 2016-11-22 18:18:31 +00:00
parent 90565d015e
commit 54fed21c04
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@
# limitations under the License.
from ._base import SQLBaseStore
from synapse.storage.engines import PostgresEngine
from synapse.util.caches.descriptors import cached
from twisted.internet import defer

View File

@ -53,6 +53,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
config.trusted_third_party_id_servers = []
config.room_invite_state_types = []
config.password_providers = []
config.worker_replication_url = ""
config.use_frozen_dicts = True
config.database_config = {"name": "sqlite3"}