aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 0d2634c..5978547 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -3,7 +3,7 @@ import pytest
3# Set this to True to debug issues with tests 3# Set this to True to debug issues with tests
4DEBUG_REQUESTS = True 4DEBUG_REQUESTS = True
5 5
6def _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN', version="3.1.1", version_check_mode="created"): 6def _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN', version="4.0.0", version_check_mode="created"):
7 import mastodon 7 import mastodon
8 return mastodon.Mastodon( 8 return mastodon.Mastodon(
9 api_base_url='http://localhost:3000', 9 api_base_url='http://localhost:3000',
Powered by cgit v1.2.3 (git 2.41.0)