Problem
The POST /submit endpoint (CT-01) has no test coverage. Once implemented it can regress silently — a broken submission handler would prevent all new documents from being anchored on Stellar.
Proposed Solution
Write integration tests using axum-test and httpmock inside contract/module/tests/submit_tests.rs.
Acceptance Criteria
Problem
The POST /submit endpoint (CT-01) has no test coverage. Once implemented it can regress silently — a broken submission handler would prevent all new documents from being anchored on Stellar.
Proposed Solution
Write integration tests using axum-test and httpmock inside
contract/module/tests/submit_tests.rs.Acceptance Criteria