Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kimata committed Jul 29, 2023
1 parent 9763980 commit b1bd6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
CONFIG_FILE = "config.example.yaml"


@pytest.fixture(scope="function", autouse=True)
@pytest.fixture(scope="session", autouse=True)
def env_mock():
with mock.patch.dict(
"os.environ",
Expand Down

0 comments on commit b1bd6c8

Please sign in to comment.