aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormicah <[email protected]>2022-11-25 16:39:10 -0500
committerGitHub <[email protected]>2022-11-25 16:39:10 -0500
commit99514e50d1e1ef6330397c2cada203dfa3891b3a (patch)
treecbac11da3a71a24bbb739d9aa8fda65bc7968dd4 /tests/test_instance.py
parent5d7ca19c30dc6579bf29610fe815b822889978e6 (diff)
parent10b2a9984237aaae6a512d441001e635060d6af7 (diff)
downloadmastodon.py-99514e50d1e1ef6330397c2cada203dfa3891b3a.tar.gz
Merge pull request #1 from halcy/master
pull in upstream
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py4
1 files changed, 0 insertions, 4 deletions
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
@@ -63,10 +63,6 @@ def test_nodeinfo(api):
63 assert nodeinfo.version == '2.0' 63 assert nodeinfo.version == '2.0'
64 64
65@pytest.mark.vcr() 65@pytest.mark.vcr()
66def test_trends(api):
67 assert isinstance(api.trends(), list)
68
69@pytest.mark.vcr()
70def test_directory(api): 66def test_directory(api):
71 directory = api.directory() 67 directory = api.directory()
72 assert directory 68 assert directory
Powered by cgit v1.2.3 (git 2.41.0)