aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py
index a304585..343af18 100644
--- a/tests/test_instance.py
+++ b/tests/test_instance.py
@@ -36,3 +36,10 @@ def test_emoji(api):
36@pytest.mark.vcr() 36@pytest.mark.vcr()
37def test_health(api): 37def test_health(api):
38 assert api.instance_health() == True 38 assert api.instance_health() == True
39
40@pytest.mark.vcr()
41def test_nodeinfo(api):
42 nodeinfo = api.instance_nodeinfo()
43 assert nodeinfo
44 assert nodeinfo.version == '2.0'
45
Powered by cgit v1.2.3 (git 2.41.0)