Fix tests
This commit is contained in:
pare
15b32257fa
commit
8a8c62a8e7
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions
|
@ -1,13 +1,13 @@
|
|||
import pytest
|
||||
|
||||
|
||||
def _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN'):
|
||||
import mastodon
|
||||
return mastodon.Mastodon(
|
||||
api_base_url='http://localhost:3000',
|
||||
client_id='__MASTODON_PY_TEST_CLIENT_ID',
|
||||
client_secret='__MASTODON_PY_TEST_CLIENT_SECRET',
|
||||
access_token=access_token)
|
||||
access_token=access_token,
|
||||
mastodon_version="2.0.0")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Referencia en una nova incidència