def test_search_results_ok_velib(requests_mocker, settings):
    with requests_mocker as m:
        m.get(settings.VELIB_API_BASE_URL, text=VELIB_SEARCH_RESULTS)
        assert _get_stations('velib') == [(8020, '08020 - METRO ROME'),
                                          (22401, '22401 - DE GAULLE (MALAKOFF)')]