e393664974
Pagination backwards is broken presently.
8 líneas
195 B
Python
8 líneas
195 B
Python
import pytest
|
|
|
|
@pytest.mark.vcr()
|
|
def test_report(api, status):
|
|
user = api.account_verify_credentials().id
|
|
report = api.report(user, status, "makes the bad post")
|
|
assert(report)
|
|
|