Skip to content

Commit

Permalink
mint per module
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 6, 2024
1 parent f93dc60 commit e3daf21
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 @@ -147,7 +147,7 @@ async def start_mint_init(ledger: Ledger) -> Ledger:


# # This fixture is used for tests that require API access to the mint
@pytest.fixture(autouse=True, scope="session")
@pytest.fixture(autouse=True, scope="module")
def mint():
config = uvicorn.Config(
"cashu.mint.app:app",
Expand Down

0 comments on commit e3daf21

Please sign in to comment.