From e3936649745a627fa2c31fc7b8602793b7d6027b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 27 Apr 2019 21:04:06 +0200 Subject: Test fixups and small 2.8 fixes Pagination backwards is broken presently. --- tests/test_reports.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_reports.py') 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 def test_report(api, status): user = api.account_verify_credentials().id report = api.report(user, status, "makes the bad post") - assert report in api.reports() - \ No newline at end of file + assert(report) + -- cgit v1.2.3