Skip to content

Commit f86bea6

Browse files
committed
Fix test
1 parent dc702b5 commit f86bea6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/integration/emulator_select_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ func freshConfigEnv(t *testing.T) (env.Environ, string) {
2626
require.NoError(t, os.MkdirAll(filepath.Join(tmpHome, ".config"), 0755))
2727
return env.Without(env.Home).
2828
With(env.Home, tmpHome).
29-
With("USERPROFILE", tmpHome), tmpHome
29+
With("USERPROFILE", tmpHome).
30+
With(env.Keyring, "file"), tmpHome
3031
}
3132

3233
func TestEmulatorFlagSwitchesConfigToSnowflake(t *testing.T) {

0 commit comments

Comments
 (0)