Skip to content

Commit

Permalink
chore: remove dumb conf wrapper thing
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Sep 30, 2024
1 parent 60bfcc7 commit 5ae8704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _set_env_from_file(self, filepath) -> list[tuple[str, str]]:
return env_vars


@pytest.fixture(autouse=True)
@pytest.fixture()
def config_override(request):
"""
Override the config with values in an .env.test file for tests. Needed for sensitive
Expand Down

0 comments on commit 5ae8704

Please sign in to comment.