From 225c8ca76a8fc6eb2a87a8156b7ce808d3b06507 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Jun 2019 23:16:47 +0200 Subject: Fresh batch of test runs --- tests/conftest.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index f4d38d9..6c113a2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -23,6 +23,10 @@ def api_low_version(): def api2(): return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2') +@pytest.fixture +def api3(): + return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_3') + @pytest.fixture def api_anonymous(): return _api(access_token=None) -- cgit v1.2.3