From 43ed80c6c24d6462c305d9468150e02e73bf35bf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Petit Date: Tue, 26 May 2020 16:01:38 +0200 Subject: [PATCH] Move create room test into blacklist - fixes #23 --- sytest/sytest-blacklist | 2 ++ sytest/sytest-whitelist | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sytest/sytest-blacklist b/sytest/sytest-blacklist index e69de29b..b45e0755 100644 --- a/sytest/sytest-blacklist +++ b/sytest/sytest-blacklist @@ -0,0 +1,2 @@ +# This test checks for a room-alias key in the response which is not in the spec +POST /createRoom makes a public room \ No newline at end of file diff --git a/sytest/sytest-whitelist b/sytest/sytest-whitelist index 2c118c27..a30543f9 100644 --- a/sytest/sytest-whitelist +++ b/sytest/sytest-whitelist @@ -25,7 +25,6 @@ POST /login can log in as a user with just the local part of the id POST /login as non-existing user is rejected POST /login wrong password is rejected # Room creation endpoints implemented -POST /createRoom makes a public room POST /createRoom makes a private room POST /createRoom makes a private room with invites POST /createRoom makes a room with a name