test(grok): wire reconciliation in import probe fixture

This commit is contained in:
Heatherm Huang
2026-07-15 09:40:08 +08:00
parent 3a3b962de3
commit 0c80d52573
@@ -73,7 +73,7 @@ func TestGrokSSOBatchImportKeepsCreatedAccountsWhenOneAutomaticProbeFails(t *tes
defer oauthService.Stop()
prober := newGrokImportProbeStub(3)
prober.failures[502] = infraerrors.New(502, "GROK_TEST_PROBE_FAILED", "sensitive-upstream-body")
handler := NewGrokOAuthHandler(oauthService, adminService, nil)
handler := NewGrokOAuthHandler(oauthService, adminService, nil, nil)
handler.importProber = prober
router := gin.New()