Skip to content

Commit

Permalink
disable connection pool for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 8, 2024
1 parent cad97f4 commit 5628cf3
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 @@ -50,7 +50,7 @@
settings.mint_lnd_enable_mpp = True
settings.mint_clnrest_enable_mpp = False
settings.mint_input_fee_ppk = 0
settings.db_connection_pool = True
settings.db_connection_pool = False

assert "test" in settings.cashu_dir
shutil.rmtree(settings.cashu_dir, ignore_errors=True)
Expand Down

0 comments on commit 5628cf3

Please sign in to comment.