Black list temporaly some room creation tests.

This commit is contained in:
Jean-Baptiste Petit 2020-06-02 13:57:41 +02:00
parent 25ebde5af8
commit 75e75c3b2f
2 changed files with 7 additions and 5 deletions

View file

@ -27,9 +27,6 @@ POST /login wrong password is rejected
# Room creation endpoints implemented
POST /createRoom makes a private room
POST /createRoom makes a private room with invites
POST /createRoom makes a room with a name
POST /createRoom makes a room with a topic
Can /sync newly created room
GET /rooms/:room_id/state/m.room.member/:user_id fetches my membership
GET /rooms/:room_id/state/m.room.power_levels fetches powerlevels
POST /join/:room_alias can join a room