summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-11 10:29:09 -0500
committerGitHub <noreply@github.com>2021-02-11 10:29:09 -0500
commit8a33d217bd58026bc6f48938e857969fc5ed6863 (patch)
tree3a7f3032b34cf123e7dced9b2f3d5098ed4de27d /changelog.d
parentCombine the CAS & SAML implementations for required attributes. (#9326) (diff)
downloadsynapse-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')
-rw-r--r--changelog.d/9377.misc1
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`.