From 42f6ecf6d72ca8cc312ae7ec56adc681c69dab78 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 28 Feb 2025 14:47:16 +0100 Subject: [PATCH] - --- libs/auth/env_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/auth/env_test.go b/libs/auth/env_test.go index cf771cce4..e04153ed3 100644 --- a/libs/auth/env_test.go +++ b/libs/auth/env_test.go @@ -125,7 +125,7 @@ func TestAuthProcessEnv(t *testing.T) { t.Setenv("HOME", "/home/user") t.Setenv("HTTPS_PROXY", "http://proxy.com") - // Environment variables that should be cleaned up by process env: + // Environment variables that should be cleaned up by ProcessEnv(): t.Setenv("DATABRICKS_HOST", "https://test.com") t.Setenv("DATABRICKS_TOKEN", "test-token") t.Setenv("DATABRICKS_PASSWORD", "test-password")