feat: rename AirtimeApiClient to ApiClient
This commit is contained in:
parent
6f2724dad1
commit
473e770e8a
13 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@ from pathlib import Path
|
|||
|
||||
import pytest
|
||||
|
||||
from libretime_api_client.v2 import AirtimeApiClient
|
||||
from libretime_api_client.v2 import ApiClient
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
|
@ -19,7 +19,7 @@ general:
|
|||
|
||||
|
||||
def test_api_client(config_filepath):
|
||||
client = AirtimeApiClient(config_path=config_filepath)
|
||||
client = ApiClient(config_path=config_filepath)
|
||||
assert callable(client.services.version_url)
|
||||
assert callable(client.services.schedule_url)
|
||||
assert callable(client.services.webstream_url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue