@@ -53,7 +53,7 @@ func setupRestrictedRoom(t *testing.T, deployment *docker.Deployment) (*client.C
5353 room := alice .CreateRoom (t , map [string ]interface {}{
5454 "preset" : "public_chat" ,
5555 "name" : "Room" ,
56- "room_version" : "org.matrix.msc3083.v2 " ,
56+ "room_version" : "8 " ,
5757 "initial_state" : []map [string ]interface {}{
5858 {
5959 "type" : "m.room.join_rules" ,
@@ -204,7 +204,7 @@ func TestRestrictedRoomsRemoteJoinLocalUser(t *testing.T) {
204204 room := charlie .CreateRoom (t , map [string ]interface {}{
205205 "preset" : "public_chat" ,
206206 "name" : "Room" ,
207- "room_version" : "org.matrix.msc3083.v2 " ,
207+ "room_version" : "8 " ,
208208 "initial_state" : []map [string ]interface {}{
209209 {
210210 "type" : "m.room.join_rules" ,
@@ -358,7 +358,7 @@ func TestRestrictedRoomsSpacesSummary(t *testing.T) {
358358 room := alice .CreateRoom (t , map [string ]interface {}{
359359 "preset" : "public_chat" ,
360360 "name" : "Room" ,
361- "room_version" : "org.matrix.msc3083.v2 " ,
361+ "room_version" : "8 " ,
362362 "initial_state" : []map [string ]interface {}{
363363 {
364364 "type" : "m.room.join_rules" ,
@@ -441,7 +441,7 @@ func TestRestrictedRoomsSpacesSummaryFederation(t *testing.T) {
441441 room := charlie .CreateRoom (t , map [string ]interface {}{
442442 "preset" : "public_chat" ,
443443 "name" : "Room" ,
444- "room_version" : "org.matrix.msc3083.v2 " ,
444+ "room_version" : "8 " ,
445445 "initial_state" : []map [string ]interface {}{
446446 {
447447 "type" : "m.room.join_rules" ,
0 commit comments