def test_app_get_too_large_number_revision(helpers):
        theapp = pytest.swimlane_instance.apps.get(id=pytest.appid)
        with pytest.raises(ValueError) as excinfo:
            theapp.revisions.get(99)
        assert str(excinfo.value) == pytest.py_ver_no_json()