mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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
103 B
Plaintext
1 line
103 B
Plaintext
Allow for specifying a room version when creating a room in unit tests via `RestHelper.create_room_as`. |