feat: change config filename to config.yml
BREAKING: The configuration file name changed from `airtime.conf` to `config.yml`. Please rename your configuration file accordingly.
This commit is contained in:
parent
e4439390fe
commit
604ff20239
23 changed files with 40 additions and 34 deletions
|
@ -7,7 +7,7 @@ from libretime_api_client.version2 import AirtimeApiClient
|
|||
|
||||
@pytest.fixture()
|
||||
def config_filepath(tmp_path: Path):
|
||||
filepath = tmp_path / "airtime.conf"
|
||||
filepath = tmp_path / "config.yml"
|
||||
filepath.write_text(
|
||||
"""
|
||||
general:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue