aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setup.sql')
-rw-r--r--tests/setup.sql4
1 files changed, 2 insertions, 2 deletions
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 (
71) VALUES ( 71) VALUES (
72 1234567890123456, 72 1234567890123456,
73 '__MASTODON_PY_TEST_ACCESS_TOKEN', 73 '__MASTODON_PY_TEST_ACCESS_TOKEN',
74 'read write follow push admin:read admin:write', 74 'read write follow push',
75 1234567890123456, 75 1234567890123456,
76 1234567890123456, 76 1234567890123456,
77 now() 77 now()
78), ( 78), (
79 6543210987654321, 79 6543210987654321,
80 '__MASTODON_PY_TEST_ACCESS_TOKEN_2', 80 '__MASTODON_PY_TEST_ACCESS_TOKEN_2',
81 'read write follow push', 81 'read write follow push admin:read admin:write',
82 1234567890123456, 82 1234567890123456,
83 1, 83 1,
84 now() 84 now()
Powered by cgit v1.2.3 (git 2.41.0)