mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update reference in mdm integration test (#17452)
Add one missed update --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
4a1e202acb
commit
e957292746
1 changed files with 1 additions and 1 deletions
|
|
@ -5775,7 +5775,7 @@ func (s *integrationMDMTestSuite) TestBootstrapPackageStatus() {
|
|||
UUID: uuid.New().String(),
|
||||
Hostname: fmt.Sprintf("%sfoo.local.non.macos", t.Name()),
|
||||
Platform: "windows",
|
||||
MDM: mdm_types.MDMHostData{},
|
||||
MDM: fleet.MDMHostData{},
|
||||
})
|
||||
require.NoError(t, err)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue