diff --git a/tests/test_config_sync.py b/tests/test_config_sync.py index 522dcda..a13a494 100644 --- a/tests/test_config_sync.py +++ b/tests/test_config_sync.py @@ -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