aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py
index e8be86f..199e654 100644
--- a/tests/test_instance.py
+++ b/tests/test_instance.py
@@ -28,4 +28,7 @@ def test_instance_peers(api):
28def test_low_version(api_low_version): 28def test_low_version(api_low_version):
29 with pytest.raises(MastodonVersionError): 29 with pytest.raises(MastodonVersionError):
30 instance = api_low_version.instance() 30 instance = api_low_version.instance()
31 \ No newline at end of file 31
32@pytest.mark.vcr()
33def test_emoji(api):
34 assert len(api.custom_emojis()) == 0 \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)