Move tests.utils.setup_test_homeserver to tests.server

It had no users.

We have just taken the identity of a previous function but don't provide the same
behaviour, so we need to fix this in the next commit...
This commit is contained in:
Olivier Wilkinson (reivilibre) 2021-12-03 11:37:21 +00:00
parent f7ec6e7d9e
commit b3fd99b74a
4 changed files with 188 additions and 177 deletions

View file

@ -19,8 +19,8 @@ from synapse.rest.client import login, room
from synapse.types import UserID, create_requester
from tests import unittest
from tests.server import TestHomeServer
from tests.test_utils import event_injection
from tests.utils import TestHomeServer
class RoomMemberStoreTestCase(unittest.HomeserverTestCase):