You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): use configurable TEST_FAX_NUMBER for all smoke tests
- Added test_fax_number to Settings model (from TEST_FAX_NUMBER env var)
- Exposed test_fax_number in /admin/config endpoint
- Updated Diagnostics.tsx to load and use TEST_FAX_NUMBER
- Updated OutboundSmokeTests.tsx to load and use TEST_FAX_NUMBER
- Show helpful error when TEST_FAX_NUMBER not configured
- Display configured test number in UI instead of fake +15555550123
This ensures smoke tests work with real providers (Sinch, HumbleFax, etc)
instead of failing with fake numbers. Users configure their own test-capable
fax number via TEST_FAX_NUMBER environment variable.
- Enforce HTTPS and HMAC signature verification for cloud webhooks.
86
86
- No PHI in logs; only IDs/metadata are surfaced.
87
87
88
88
## Contributing
89
-
See [CONTRIBUTING.md](CONTRIBUTING.md). Please open issues/PRs; this project is GUI‑first and traits‑first—avoid backend‑name checks in new code.
90
-
89
+
See [CONTRIBUTING.md](https://github.com/dmontgomery40/faxbot/blob/auto-tunnel/CONTRIBUTING.md). Please open issues/PRs; this project is GUI‑first and traits‑first—avoid backend‑name checks in new code.
0 commit comments