aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
committerLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
commit18c6b3b90ff8bd607df18af86d092ac1205ffbf7 (patch)
tree203729696d2639d5bf221168ad6c76a150130ab0 /tests/setup.sql
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/setup.sql')
-rw-r--r--tests/setup.sql6
1 files changed, 3 insertions, 3 deletions
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 (
55 '__MASTODON_PY_TEST_CLIENT_ID', 55 '__MASTODON_PY_TEST_CLIENT_ID',
56 '__MASTODON_PY_TEST_CLIENT_SECRET', 56 '__MASTODON_PY_TEST_CLIENT_SECRET',
57 'urn:ietf:wg:oauth:2.0:oob', 57 'urn:ietf:wg:oauth:2.0:oob',
58 'read write follow', 58 'read write follow push',
59 'User', 59 'User',
60 1234567890123456, 60 1234567890123456,
61 now(), 61 now(),
@@ -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', 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', 81 'read write follow push',
82 1234567890123456, 82 1234567890123456,
83 1, 83 1,
84 now() 84 now()
Powered by cgit v1.2.3 (git 2.41.0)