This commit is contained in:
Shreyas Goenka 2025-02-28 14:47:16 +01:00
parent bf234c4f50
commit 42f6ecf6d7
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -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")