mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
edb3d3f827
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.
1 line
No EOL
103 B
Text
1 line
No EOL
103 B
Text
Allow for specifying a room version when creating a room in unit tests via `RestHelper.create_room_as`. |