diff options
author | Lorenz Diener <[email protected]> | 2017-12-14 11:23:34 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-12-14 11:23:34 +0100 |
commit | f63b20d92906e479d7548d90c057eebe7f064bd4 (patch) | |
tree | e302f16e53daad6e9c40c3d9768b95b8070106d4 /tests | |
parent | 16564c42b8a01cb60b3ef3c73ea71d09ab0fcadc (diff) | |
download | mastodon.py-f63b20d92906e479d7548d90c057eebe7f064bd4.tar.gz |
Push version in tests to 2.1.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 56ea356..4ca1856 100644 --- a/tests/conftest.py +++ b/tests/conftest.py | |||
@@ -7,7 +7,7 @@ def _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN'): | |||
7 | client_id='__MASTODON_PY_TEST_CLIENT_ID', | 7 | client_id='__MASTODON_PY_TEST_CLIENT_ID', |
8 | client_secret='__MASTODON_PY_TEST_CLIENT_SECRET', | 8 | client_secret='__MASTODON_PY_TEST_CLIENT_SECRET', |
9 | access_token=access_token, | 9 | access_token=access_token, |
10 | mastodon_version="2.0.0") | 10 | mastodon_version="2.1.0") |
11 | 11 | ||
12 | 12 | ||
13 | @pytest.fixture | 13 | @pytest.fixture |