diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-01-21 15:18:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 09:18:46 -0500 |
commit | c55e62548c0fddd49e7182133880d2ccb03dbb42 (patch) | |
tree | f31f3c3082aa6baf89a783e2e784f5451952612c /changelog.d | |
parent | Add a check for duplicate IdP ids (#9184) (diff) | |
download | synapse-c55e62548c0fddd49e7182133880d2ccb03dbb42.tar.xz |
Add tests for List Users Admin API (#9045)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9045.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9045.misc b/changelog.d/9045.misc new file mode 100644 index 0000000000..7f1886a0de --- /dev/null +++ b/changelog.d/9045.misc @@ -0,0 +1 @@ +Add tests to `test_user.UsersListTestCase` for List Users Admin API. \ No newline at end of file |