mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-09 01:32:41 -04:00
Fix up tests
This commit is contained in:
parent
32eb1dedd2
commit
414fa36f3e
3 changed files with 10 additions and 6 deletions
|
@ -14,12 +14,12 @@
|
|||
# limitations under the License.
|
||||
|
||||
from synapse.api.errors import SynapseError
|
||||
from synapse.server import HomeServer
|
||||
from synapse.types import GroupID, RoomAlias, UserID
|
||||
|
||||
from tests import unittest
|
||||
from tests.utils import TestHomeServer
|
||||
|
||||
mock_homeserver = HomeServer(hostname="my.domain")
|
||||
mock_homeserver = TestHomeServer(hostname="my.domain")
|
||||
|
||||
|
||||
class UserIDTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue