Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iansltx committed Jan 25, 2025
1 parent 1242c67 commit 1817b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/service/integration_mdm_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (s *integrationMDMTestSuite) TestTurnOnLifecycleEventsApple() {
"POST",
fmt.Sprintf("/api/latest/fleet/hosts/%d/wipe", host.ID),
nil,
http.StatusNoContent,
http.StatusOK,
)

cmd, err := device.Idle()
Expand All @@ -80,7 +80,7 @@ func (s *integrationMDMTestSuite) TestTurnOnLifecycleEventsApple() {
"POST",
fmt.Sprintf("/api/latest/fleet/hosts/%d/lock", host.ID),
nil,
http.StatusNoContent,
http.StatusOK,
)

cmd, err := device.Idle()
Expand Down

0 comments on commit 1817b92

Please sign in to comment.