From a34e21cfa7cd71fbfc70b4836505e6399e0ff672 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Jun 2019 22:09:44 +0200 Subject: Prepare tests for 2.9.2 compat --- tests/setup.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/setup.sql') diff --git a/tests/setup.sql b/tests/setup.sql index 17f3def..171f4da 100644 --- a/tests/setup.sql +++ b/tests/setup.sql @@ -55,7 +55,7 @@ INSERT INTO oauth_applications ( '__MASTODON_PY_TEST_CLIENT_ID', '__MASTODON_PY_TEST_CLIENT_SECRET', 'urn:ietf:wg:oauth:2.0:oob', - 'read write follow push', + 'read write follow push admin:read admin:write', 'User', 1234567890123456, now(), @@ -71,7 +71,7 @@ INSERT INTO oauth_access_tokens ( ) VALUES ( 1234567890123456, '__MASTODON_PY_TEST_ACCESS_TOKEN', - 'read write follow push', + 'read write follow push admin:read admin:write', 1234567890123456, 1234567890123456, now() -- cgit v1.2.3