aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 22:13:27 +0200
committerLorenz Diener <[email protected]>2019-04-27 22:13:27 +0200
commit72e3290d8c9ed1dc0babf66ef70a6835a0dcacf4 (patch)
tree01901380caebea143aacd2da07e83bc254cebbbd /tests/conftest.py
parent4deeb7875ba1439f3162d90e108cf41fce22f6de (diff)
downloadmastodon.py-72e3290d8c9ed1dc0babf66ef70a6835a0dcacf4.tar.gz
Add endorsements (with docs and tests)
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 3291bbe..66fffdc 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,6 +1,6 @@
1import pytest 1import pytest
2 2
3def _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN', version="2.4.3", version_check_mode="created"): 3def _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN', version="2.8.0", version_check_mode="created"):
4 import mastodon 4 import mastodon
5 return mastodon.Mastodon( 5 return mastodon.Mastodon(
6 api_base_url='http://localhost:3000', 6 api_base_url='http://localhost:3000',
Powered by cgit v1.2.3 (git 2.41.0)