summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-08-22 09:08:24 -0400
committerGitHub <noreply@github.com>2023-08-22 09:08:24 -0400
commitb657e89005bc48e5e061d63ae35e12bf23b81d88 (patch)
tree1dc70503fd8ebd9843dc36fa99b126101eb053f6 /changelog.d
parentRaise poetry-core version cap to 1.7.0 (#16152) (diff)
downloadsynapse-b657e89005bc48e5e061d63ae35e12bf23b81d88.tar.xz
Fix user directory test for deactivated support user. (#16157)
Support users should not be added to the user directory after
being deactivated.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16157.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16157.misc b/changelog.d/16157.misc
new file mode 100644
index 0000000000..c9d8999cca
--- /dev/null
+++ b/changelog.d/16157.misc
@@ -0,0 +1 @@
+Fix assertion in user directory unit tests.