aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index f4d38d9..6c113a2 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -24,6 +24,10 @@ def api2():
24 return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2') 24 return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2')
25 25
26@pytest.fixture 26@pytest.fixture
27def api3():
28 return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_3')
29
30@pytest.fixture
27def api_anonymous(): 31def api_anonymous():
28 return _api(access_token=None) 32 return _api(access_token=None)
29 33
Powered by cgit v1.2.3 (git 2.41.0)