We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc702b5 commit f86bea6Copy full SHA for f86bea6
1 file changed
test/integration/emulator_select_test.go
@@ -26,7 +26,8 @@ func freshConfigEnv(t *testing.T) (env.Environ, string) {
26
require.NoError(t, os.MkdirAll(filepath.Join(tmpHome, ".config"), 0755))
27
return env.Without(env.Home).
28
With(env.Home, tmpHome).
29
- With("USERPROFILE", tmpHome), tmpHome
+ With("USERPROFILE", tmpHome).
30
+ With(env.Keyring, "file"), tmpHome
31
}
32
33
func TestEmulatorFlagSwitchesConfigToSnowflake(t *testing.T) {
0 commit comments