diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-11 10:29:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 10:29:09 -0500 |
commit | 8a33d217bd58026bc6f48938e857969fc5ed6863 (patch) | |
tree | 3a7f3032b34cf123e7dced9b2f3d5098ed4de27d /tests/rest | |
parent | Combine the CAS & SAML implementations for required attributes. (#9326) (diff) | |
download | synapse-8a33d217bd58026bc6f48938e857969fc5ed6863.tar.xz |
Convert some test cases to use HomeserverTestCase. (#9377)
This has the side-effect of being able to remove use of `inlineCallbacks` in the test-cases for cleaner tracebacks.
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/client/v1/test_typing.py | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/rest/client/v1/test_typing.py b/tests/rest/client/v1/test_typing.py |