mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-28 14:19:59 +00:00
#8174 removed the `is_guest` parameter from `get_room_data`, at the same time that #8157 was merged using it, colliding together to break unit tests on develop. This PR removes the `is_guest` parameter from the call in the broken test. Uses the same changelog as #8174.