From 00a96c5e9584bcd768d51372fbc4ccd866432771 Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 24 Nov 2022 22:56:49 +0200 Subject: Add trending APIs --- tests/test_instance.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test_instance.py') diff --git a/tests/test_instance.py b/tests/test_instance.py index e25a686..99a3534 100644 --- a/tests/test_instance.py +++ b/tests/test_instance.py @@ -62,10 +62,6 @@ def test_nodeinfo(api): assert nodeinfo assert nodeinfo.version == '2.0' -@pytest.mark.vcr() -def test_trends(api): - assert isinstance(api.trends(), list) - @pytest.mark.vcr() def test_directory(api): directory = api.directory() -- cgit v1.2.3