aboutsummaryrefslogblamecommitdiff
blob: 4217c34e87272ca74a3793571ea534ef46d598d4 (plain) (tree)
1
2
3
4
5
6
7
8





                                                           

                  
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)
    
Powered by cgit v1.2.3 (git 2.41.0)