[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-05-07 10:20:32 +00:00 committed by GitHub
parent 19171e0eb8
commit de84974207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,9 +90,7 @@ class TestCreditPoolService:
pool = CreditPoolService.get_pool(tenant_id=tenant_id)
assert pool.quota_used == credits_required
def test_check_and_deduct_credits_depletes_and_raises_when_insufficient(
self, db_session_with_containers: Session
):
def test_check_and_deduct_credits_depletes_and_raises_when_insufficient(self, db_session_with_containers: Session):
tenant_id = self._create_tenant_id()
pool = CreditPoolService.create_default_pool(tenant_id)
remaining = 5