Skip to content

Commit

Permalink
Fixing compile/lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Sep 25, 2024
1 parent e6ecd8f commit 629f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mdm/mdmtest/apple.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ import (
apple_mdm "github.com/fleetdm/fleet/v4/server/mdm/apple"
"github.com/fleetdm/fleet/v4/server/mdm/nanomdm/mdm"
"github.com/fleetdm/fleet/v4/server/mdm/scep/cryptoutil/x509util"
"github.com/fleetdm/fleet/v4/server/mdm/scep/scep"
scepserver "github.com/fleetdm/fleet/v4/server/mdm/scep/server"
httptransport "github.com/go-kit/kit/transport/http"
"github.com/go-kit/log"
kitlog "github.com/go-kit/log"
"github.com/google/uuid"
"github.com/groob/plist"
"github.com/smallstep/pkcs7"
"github.com/smallstep/scep"
)

// TestAppleMDMClient simulates a macOS MDM client.
Expand Down

0 comments on commit 629f33f

Please sign in to comment.