From e60a3f1892bb685fcbe6ebbc9ed10602c9549028 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 20:25:55 +0200 Subject: Add and document health API. Fixes #202 --- tests/test_instance.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_instance.py') 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): @pytest.mark.vcr() def test_emoji(api): assert len(api.custom_emojis()) == 0 + +@pytest.mark.vcr() +def test_health(api): + assert api.instance_health() == True -- cgit v1.2.3