def test_get_live_by_id_404(): with pytest.raises(hoerapi.ApiError): hoerapi.get_live_by_id(0)
def test_get_live_by_id(): hoerapi.get_live_by_id(3019)