Files
orion/app/modules/tenancy
Samir Boulahtit 9c39a9703f
All checks were successful
CI / ruff (push) Successful in 10s
CI / pytest (push) Successful in 50m1s
CI / validate (push) Successful in 24s
CI / dependency-scanning (push) Successful in 29s
CI / docs (push) Successful in 42s
CI / deploy (push) Successful in 53s
fix(tenancy): mock billing limit check in store creation unit test
The test was failing because can_create_store() called the billing
module's check_resource_limit() which returned False for the test
merchant (no subscription). Patched the limit check since billing
is not what this unit test exercises.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 23:47:51 +01:00
..