From f63b20d92906e479d7548d90c057eebe7f064bd4 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 14 Dec 2017 11:23:34 +0100 Subject: [PATCH] Push version in tests to 2.1.0 --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'): client_id='__MASTODON_PY_TEST_CLIENT_ID', client_secret='__MASTODON_PY_TEST_CLIENT_SECRET', access_token=access_token, - mastodon_version="2.0.0") + mastodon_version="2.1.0") @pytest.fixture