aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)