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