Esempio n. 1
0
def test_get_live_by_id_404():
    with pytest.raises(hoerapi.ApiError):
        hoerapi.get_live_by_id(0)
Esempio n. 2
0
def test_get_live_by_id():
    hoerapi.get_live_by_id(3019)