@@ -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" ,
@@ -502,7 +502,7 @@ func TestRestrictedRoomsSpacesSummary(t *testing.T) {
502502 room := alice .CreateRoom (t , map [string ]interface {}{
503503 "preset" : "public_chat" ,
504504 "name" : "Room" ,
505- "room_version" : "org.matrix.msc3083.v2 " ,
505+ "room_version" : "8 " ,
506506 "initial_state" : []map [string ]interface {}{
507507 {
508508 "type" : "m.room.join_rules" ,
@@ -585,7 +585,7 @@ func TestRestrictedRoomsSpacesSummaryFederation(t *testing.T) {
585585 room := charlie .CreateRoom (t , map [string ]interface {}{
586586 "preset" : "public_chat" ,
587587 "name" : "Room" ,
588- "room_version" : "org.matrix.msc3083.v2 " ,
588+ "room_version" : "8 " ,
589589 "initial_state" : []map [string ]interface {}{
590590 {
591591 "type" : "m.room.join_rules" ,
0 commit comments