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 /changelog.d/9377.misc | |
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 'changelog.d/9377.misc')
-rw-r--r-- | changelog.d/9377.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9377.misc b/changelog.d/9377.misc new file mode 100644 index 0000000000..df1348ec42 --- /dev/null +++ b/changelog.d/9377.misc @@ -0,0 +1 @@ +Convert tests to use `HomeserverTestCase`. |