Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/cli/common/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ func TestGrantFromDefault(t *testing.T) {
func TestValidateDefaultGrant(t *testing.T) {
// Isolate any self-heal write to a throwaway cache location.
t.Setenv("HOME", t.TempDir())
// Avoid touching the real system keychain (hangs on locked CI runners).
t.Setenv("NYLAS_DISABLE_KEYRING", "true")
ctx := context.Background()

t.Run("removed default returns a clear, actionable error", func(t *testing.T) {
Expand Down
Loading