aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py
index 0eebc57..a304585 100644
--- a/tests/test_instance.py
+++ b/tests/test_instance.py
@@ -32,3 +32,7 @@ def test_low_version(api_low_version):
32@pytest.mark.vcr() 32@pytest.mark.vcr()
33def test_emoji(api): 33def test_emoji(api):
34 assert len(api.custom_emojis()) == 0 34 assert len(api.custom_emojis()) == 0
35
36@pytest.mark.vcr()
37def test_health(api):
38 assert api.instance_health() == True
Powered by cgit v1.2.3 (git 2.41.0)