diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-12-02 10:38:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 10:38:18 +0000 |
commit | edb3d3f82716c2b5c903ddb4d0df155e06c5c9e9 (patch) | |
tree | c9e46b7f6144048eb88b80df7c2a01b5c7c86ae5 /changelog.d | |
parent | Support "identifier" dicts in UIA (#8848) (diff) | |
download | synapse-edb3d3f82716c2b5c903ddb4d0df155e06c5c9e9.tar.xz |
Allow specifying room version in 'RestHelper.create_room_as' and add typing (#8854)
This PR adds a `room_version` argument to the `RestHelper`'s `create_room_as` function for tests. I plan to use this for testing knocking, which currently uses an unstable room version.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8854.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8854.misc b/changelog.d/8854.misc new file mode 100644 index 0000000000..5895df2d5c --- /dev/null +++ b/changelog.d/8854.misc @@ -0,0 +1 @@ +Allow for specifying a room version when creating a room in unit tests via `RestHelper.create_room_as`. \ No newline at end of file |