aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 22:32:21 +0200
committerLorenz Diener <[email protected]>2019-06-22 22:32:21 +0200
commitadd974ae2985a8af72a0e2e4182e2eccec8d309c (patch)
treef54612a314e13ee313d1181857b79e351c103a78 /tests/setup.sql
parenta34e21cfa7cd71fbfc70b4836505e6399e0ff672 (diff)
downloadmastodon.py-add974ae2985a8af72a0e2e4182e2eccec8d309c.tar.gz
Add first half of tests for moderation API
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)