nit: remove extra blank line before TestEnvOrDefault
CI / test (pull_request) Successful in 18s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 32s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 34s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 1m2s

This commit is contained in:
claw
2026-05-14 15:32:41 -07:00
parent 1f67954da7
commit bd516cd044
-1
View File
@@ -672,7 +672,6 @@ func TestGithubAPIURL(t *testing.T) {
}
}
func TestEnvOrDefault(t *testing.T) {
// Test with unset env var
os.Unsetenv("TEST_ENV_OR_DEFAULT_UNSET")