All checks were successful
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>