def test_build_report_limit_zero(helpers):
        report = pytest.app.reports.build(
            'report-%s' % pytest.fake.word(), limit=0)
        assert len(report) == 5