diff options
author | reivilibre <oliverw@matrix.org> | 2022-02-03 13:09:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 13:09:22 +0000 |
commit | 833247553f40d7725f252b081016f8b40a513047 (patch) | |
tree | f98c2ffb29f7349fcafedad629ff1d4be61db14c /changelog.d | |
parent | Improve opentracing for federation requests (#11870) (diff) | |
download | synapse-833247553f40d7725f252b081016f8b40a513047.tar.xz |
Allow specifying the application service-specific `user_id` parameter in the `join` test helper. (#11616)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11615.misc | 2 | ||||
-rw-r--r-- | changelog.d/11616.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11615.misc b/changelog.d/11615.misc index 0aa9536504..bbc551698d 100644 --- a/changelog.d/11615.misc +++ b/changelog.d/11615.misc @@ -1 +1 @@ -Expose the registered device ID from the `register_appservice_user` test helper. \ No newline at end of file +Enhance user registration test helpers to make them more useful for tests involving Application Services and devices. diff --git a/changelog.d/11616.misc b/changelog.d/11616.misc new file mode 100644 index 0000000000..bbc551698d --- /dev/null +++ b/changelog.d/11616.misc @@ -0,0 +1 @@ +Enhance user registration test helpers to make them more useful for tests involving Application Services and devices. |