aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/setup_app.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup_app.sql b/tests/setup_app.sql
index b9f3db9..6239eb3 100644
--- a/tests/setup_app.sql
+++ b/tests/setup_app.sql
@@ -13,7 +13,7 @@ WITH new_app AS (
13 'Mastodon.py test suite', 13 'Mastodon.py test suite',
14 '__MASTODON_PY_TEST_ID', 14 '__MASTODON_PY_TEST_ID',
15 '__MASTODON_PY_TEST_SECRET', 15 '__MASTODON_PY_TEST_SECRET',
16 'urn:itef:wg:oauth:2.0:oob', 16 'urn:ietf:wg:oauth:2.0:oob',
17 'read write follow', 17 'read write follow',
18 'User', 18 'User',
19 1, 19 1,
Powered by cgit v1.2.3 (git 2.41.0)