From 7a53441ec733eb6d41cbbf8ac860fb113f162333 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 25 Jun 2026 21:09:38 -0700 Subject: [PATCH] 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 --- test/clj/auto_ap/test_server.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/clj/auto_ap/test_server.clj b/test/clj/auto_ap/test_server.clj index 4e69084c..79c8a798 100644 --- a/test/clj/auto_ap/test_server.clj +++ b/test/clj/auto_ap/test_server.clj @@ -225,6 +225,7 @@ :body (cheshire.core/generate-string {:transactionId @test-transaction-id :accounts @test-account-ids + :clientIds @test-client-ids :clientMode @test-identity-mode :salesSummaryId @test-sales-summary-id :ruleId @test-rule-id