Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
tests/utils: added room_invite_state_types to test config
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
  • Loading branch information
Patrik Oldsberg committed Mar 4, 2016
1 parent 5fc59f0 commit bb0e82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
config.macaroon_secret_key = "not even a little secret"
config.server_name = "server.under.test"
config.trusted_third_party_id_servers = []
config.room_invite_state_types = []

config.database_config = {"name": "sqlite3"}

Expand Down

0 comments on commit bb0e82f

Please sign in to comment.