File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"github.com/stacklok/toolhive/pkg/logger"
15
15
)
16
16
17
- func TestGetClientStatus (t * testing.T ) {
17
+ func TestGetClientStatus (t * testing.T ) { //nolint:paralleltest // Uses global XDG state via MockConfig
18
18
// Setup a temporary home directory for testing
19
19
tempHome , err := os .MkdirTemp ("" , "toolhive-test-home" )
20
20
require .NoError (t , err )
@@ -65,7 +65,7 @@ func TestGetClientStatus(t *testing.T) {
65
65
assert .False (t , vscodeStatus .Registered )
66
66
}
67
67
68
- func TestGetClientStatus_Sorting (t * testing.T ) {
68
+ func TestGetClientStatus_Sorting (t * testing.T ) { //nolint:paralleltest // Uses global XDG state via MockConfig
69
69
// Setup a temporary home directory for testing
70
70
origHome := os .Getenv ("HOME" )
71
71
tempHome , err := os .MkdirTemp ("" , "toolhive-test-home" )
You can’t perform that action at this time.
0 commit comments