Files
routstr-core/tests
9qeklajc 239e2e5d5d test: mock store_cashu_transaction in credit_balance unit tests
The three credit_balance unit tests mock the DB session but let
credit_balance call the real store_cashu_transaction_with_retry, which
opens its own session against the global engine. In CI that database has
no cashu_transactions table; since storage failures now propagate
(a60b04ae) instead of being silently swallowed, the tests failed with
sqlite3.OperationalError. Patch the audit store like the existing
propagation test already does.
2026-08-08 00:47:35 +02:00
..
2026-08-04 01:32:25 +02:00
2025-08-06 20:31:55 -03:00