There was an error while loading. Please reload this page.
1 parent 273223f commit 87dd815Copy full SHA for 87dd815
1 file changed
internal/provider/credsource_selection_test.go
@@ -49,7 +49,7 @@ func TestSelectedSourceUnresolvedWhenSignedOut(t *testing.T) {
49
// this is the boot warning's trigger. (No real Claude/Codex login exists
50
// in the test environment, so resolution fails by construction.)
51
t.Setenv(EnvCredentialSource, "claude")
52
- t.Setenv("HOME", t.TempDir()) // no ~/.claude login
+ t.Setenv("HOME", t.TempDir()) // no ~/.claude login
53
t.Setenv("XDG_CONFIG_HOME", t.TempDir())
54
src, bad := SelectedSourceUnresolved()
55
if !bad || src != "claude" {
0 commit comments