diff options
author | codl <[email protected]> | 2017-11-27 14:55:24 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 14:56:07 +0100 |
commit | de17b86f0f2166655c5d1eb1f5b8f76859f2d99c (patch) | |
tree | 3f6624f49ed8016456ea7516e8cbb9b9c139f88a /tests | |
parent | adc75c469774ebbe0bece90a5abed07f6562dfaf (diff) | |
download | mastodon.py-de17b86f0f2166655c5d1eb1f5b8f76859f2d99c.tar.gz |
typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/setup_app.sql | 2 |
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, |