From 304145f4420180b23e0836a6d11fc0cec0e341bd Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 14:35:02 +0100 Subject: rename mastodon and mastodon_anonymous fixtures to api, api_anonymous it was starting to get confusing --- tests/test_instance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_instance.py') diff --git a/tests/test_instance.py b/tests/test_instance.py index 3ea3cf1..7b6dc49 100644 --- a/tests/test_instance.py +++ b/tests/test_instance.py @@ -1,8 +1,8 @@ import pytest @pytest.mark.vcr() -def test_instance(mastodon): - instance = mastodon.instance() +def test_instance(api): + instance = api.instance() assert isinstance(instance, dict) # hehe, instance is instance -- cgit v1.2.3