From 18c6b3b90ff8bd607df18af86d092ac1205ffbf7 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 5 Jun 2018 22:10:31 +0200 Subject: New casettes, small fixes --- tests/setup.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/setup.sql') diff --git a/tests/setup.sql b/tests/setup.sql index 57e8316..17f3def 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', + 'read write follow push', 'User', 1234567890123456, now(), @@ -71,14 +71,14 @@ INSERT INTO oauth_access_tokens ( ) VALUES ( 1234567890123456, '__MASTODON_PY_TEST_ACCESS_TOKEN', - 'read write follow', + 'read write follow push', 1234567890123456, 1234567890123456, now() ), ( 6543210987654321, '__MASTODON_PY_TEST_ACCESS_TOKEN_2', - 'read write follow', + 'read write follow push', 1234567890123456, 1, now() -- cgit v1.2.3