rename dotenv_config fixture to env_config

This commit is contained in:
Daniel 2023-12-07 22:07:25 +01:00
parent c666e8de4c
commit 14c1a1c1f6
9 changed files with 31 additions and 31 deletions

View file

@ -1,7 +1,7 @@
from pytest_abra.runner import Runner, Test
def condition_always_false(dotenv_config: dict[str, str]) -> bool:
def condition_always_false(env_config: dict[str, str]) -> bool:
return False