test(ssr): expose seeded client ids in /test-info (Phase 8 gate scaffolding)

The New Invoice wizard's basic-details step needs a client + vendor in its Solr
typeaheads; tests inject the seeded ids. accounts.vendor was already exposed; add
:clientIds (TEST / TEST2) so the upcoming Phase 8 parity gate can drive the create flow.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 21:09:38 -07:00
parent 4b2a3e53dd
commit 7a53441ec7

View File

@@ -225,6 +225,7 @@
:body (cheshire.core/generate-string :body (cheshire.core/generate-string
{:transactionId @test-transaction-id {:transactionId @test-transaction-id
:accounts @test-account-ids :accounts @test-account-ids
:clientIds @test-client-ids
:clientMode @test-identity-mode :clientMode @test-identity-mode
:salesSummaryId @test-sales-summary-id :salesSummaryId @test-sales-summary-id
:ruleId @test-rule-id :ruleId @test-rule-id