From add974ae2985a8af72a0e2e4182e2eccec8d309c Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Jun 2019 22:32:21 +0200 Subject: Add first half of tests for moderation API --- 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 171f4da..591f4d0 100644 --- a/tests/setup.sql +++ b/tests/setup.sql @@ -71,14 +71,14 @@ INSERT INTO oauth_access_tokens ( ) VALUES ( 1234567890123456, '__MASTODON_PY_TEST_ACCESS_TOKEN', - 'read write follow push admin:read admin:write', + 'read write follow push', 1234567890123456, 1234567890123456, now() ), ( 6543210987654321, '__MASTODON_PY_TEST_ACCESS_TOKEN_2', - 'read write follow push', + 'read write follow push admin:read admin:write', 1234567890123456, 1, now() -- cgit v1.2.3