From 50fca7ee23c348af24d541bde851b30bee7b81ef Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Thu, 27 Aug 2026 12:11:50 +0000 Subject: [PATCH] Appease codespell in the guardrail model test comment --- .../internals/modules/agentnetwork/provider_redaction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/internals/modules/agentnetwork/provider_redaction_test.go b/management/internals/modules/agentnetwork/provider_redaction_test.go index 544e1c479..3069a9584 100644 --- a/management/internals/modules/agentnetwork/provider_redaction_test.go +++ b/management/internals/modules/agentnetwork/provider_redaction_test.go @@ -192,7 +192,7 @@ func TestGetAllProviders_SelfScopedModelsFollowGuardrails(t *testing.T) { ctx := context.Background() mgr, s := newSelfScopeProvidersFixture(t) - // Re-declare the granted provider with two models and restrict the + // Redeclare the granted provider with two models and restrict the // caller's policy with an allowlist admitting one declared model plus // one the operator never declared (unreachable — the router only // claims declared models, so it must not surface).