v3.3.0 #159

Merged
profitroll merged 53 commits from dev into main 2024-12-16 23:48:08 +02:00
Showing only changes of commit 3d9489eb0e - Show all commits

View File

@ -59,7 +59,7 @@ def test_config_delete(key: str, path: List[str], location_config: Path):
("bot_lol", ["bot"]),
],
)
async def test_config_delete_missing(key: str, path: List[str], location_config: Path):
def test_config_delete_missing(key: str, path: List[str], location_config: Path):
assert (
sync.config_delete(key, *path, missing_ok=True, config_file=location_config)
is None