Fixed incorrect test declaration
This commit is contained in:
parent
b00e188859
commit
3d9489eb0e
@ -59,7 +59,7 @@ def test_config_delete(key: str, path: List[str], location_config: Path):
|
|||||||
("bot_lol", ["bot"]),
|
("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 (
|
assert (
|
||||||
sync.config_delete(key, *path, missing_ok=True, config_file=location_config)
|
sync.config_delete(key, *path, missing_ok=True, config_file=location_config)
|
||||||
is None
|
is None
|
||||||
|
Loading…
Reference in New Issue
Block a user