forked-synapse/changelog.d/8854.misc
Andrew Morgan edb3d3f827
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.
2020-12-02 10:38:18 +00:00

1 line
103 B
Plaintext

Allow for specifying a room version when creating a room in unit tests via `RestHelper.create_room_as`.