fix gci formatting - add space

💘 Generated with Crush

Assisted-by: MiniMax-M2.5 via Crush <crush@charm.land>
This commit is contained in:
Keith Patrick 2026-03-20 16:11:39 +00:00
parent 7518897a14
commit 3a22d55d20

View file

@ -76,7 +76,7 @@ func TestMergeEnvVars_LLMBlocked(t *testing.T) {
llmEnv := map[string]string{
"PATH": "/hacked/path", // Should be blocked
"PICOCLAW_SECRET": "should-be-blocked", // Should be blocked by prefix
"USER_VAR": "user-value", // Should be allowed
"USER_VAR": "user-value", // Should be allowed
}
result := MergeEnvVars(baseEnv, nil, llmEnv)