diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-29 09:38:29 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-29 09:38:29 +0000 |
commit | f2b553d65692ad6dffd54fc5e911ae76b3f27aeb (patch) | |
tree | a9731bbbdc0fa300271b8229b9807e53d451ac88 /tests/http | |
parent | Merge pull request #4482 from matrix-org/erikj/event_auth_room_version (diff) | |
download | synapse-f2b553d65692ad6dffd54fc5e911ae76b3f27aeb.tar.xz |
Use SimpleResolverComplexifier in tests (#4497)
two reasons for this. One, it saves a bunch of boilerplate. Two, it squashes unicode to IDNA-in-a-`str` (even on python 3) in a way that it turns out we rely on to give consistent behaviour between python 2 and 3.
Diffstat (limited to 'tests/http')
-rw-r--r-- | tests/http/federation/test_matrix_federation_agent.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/http/federation/test_matrix_federation_agent.py b/tests/http/federation/test_matrix_federation_agent.py |