We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f5c41 commit cd2c6fcCopy full SHA for cd2c6fc
1 file changed
internal/config/developer_path_test.go
@@ -32,6 +32,8 @@ func TestEvaluateDeveloperPath_FreshInstall(t *testing.T) {
32
33
func TestFormatDeveloperPathReport_ContainsSections(t *testing.T) {
34
isolateMilestoneTest(t)
35
+ credentials.SetDefaultStore(emptyCredentialStore{})
36
+ t.Cleanup(func() { credentials.SetDefaultStore(nil) })
37
out := FormatDeveloperPathReport(context.Background())
38
for _, want := range []string{
39
"Developer path",
0 commit comments