adobe-to-docusign-migrator/tests
Paul Huliganga aa88ba363d fix: DocuSign connects via JWT grant from .env, no browser sign-in
Replaces the DocuSign OAuth redirect flow with a direct JWT grant call
using credentials already in .env (same as the CLI). Clicking
"Connect DocuSign" now calls GET /api/auth/docusign/connect which calls
get_access_token() and stores the result in the session cookie.

No email sign-in required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 15:24:50 -04:00
..
fixtures/expected feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
EDGE-CASES.md docs: README, platform quirks, validation notes, and sample reference data 2026-04-15 19:45:46 -04:00
FIELD-TYPE-REGRESSION.md docs: README, platform quirks, validation notes, and sample reference data 2026-04-15 19:45:46 -04:00
PLATFORM-QUIRKS.md docs: document Adobe Sign non-standard refresh token endpoint 2026-04-16 12:35:17 -04:00
SCENARIOS.md docs: README, platform quirks, validation notes, and sample reference data 2026-04-15 19:45:46 -04:00
test_api_auth.py fix: DocuSign connects via JWT grant from .env, no browser sign-in 2026-04-17 15:24:50 -04:00
test_api_health.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_api_migrate.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_api_templates.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_e2e.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_regression.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_upload_upsert.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00