aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
committerLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
commite3936649745a627fa2c31fc7b8602793b7d6027b (patch)
treec478eb7f45acbfe63faec6151a23658dfc0da3e6 /tests/test_reports.py
parentc1418e9f3f37319d5142e0fa058e2eab434c4e5d (diff)
downloadmastodon.py-e3936649745a627fa2c31fc7b8602793b7d6027b.tar.gz
Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
Diffstat (limited to 'tests/test_reports.py')
-rw-r--r--tests/test_reports.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_reports.py b/tests/test_reports.py
index 037b2ba..4217c34 100644
--- a/tests/test_reports.py
+++ b/tests/test_reports.py
@@ -4,5 +4,5 @@ import pytest
4def test_report(api, status): 4def test_report(api, status):
5 user = api.account_verify_credentials().id 5 user = api.account_verify_credentials().id
6 report = api.report(user, status, "makes the bad post") 6 report = api.report(user, status, "makes the bad post")
7 assert report in api.reports() 7 assert(report)
8 \ No newline at end of file 8
Powered by cgit v1.2.3 (git 2.41.0)