diff --git a/internal/config/developer_path_test.go b/internal/config/developer_path_test.go index 4a037e1b..744b515d 100644 --- a/internal/config/developer_path_test.go +++ b/internal/config/developer_path_test.go @@ -32,6 +32,8 @@ func TestEvaluateDeveloperPath_FreshInstall(t *testing.T) { func TestFormatDeveloperPathReport_ContainsSections(t *testing.T) { isolateMilestoneTest(t) + credentials.SetDefaultStore(emptyCredentialStore{}) + t.Cleanup(func() { credentials.SetDefaultStore(nil) }) out := FormatDeveloperPathReport(context.Background()) for _, want := range []string{ "Developer path",