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 1817b92 commit 46e1c12
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 @@ -288,7 +288,7 @@ func (s *integrationMDMTestSuite) TestTurnOnLifecycleEventsWindows() {
"POST",
fmt.Sprintf("/api/latest/fleet/hosts/%d/wipe", host.ID),
nil,
http.StatusNoContent,
http.StatusOK,
)

status, err := s.ds.GetHostLockWipeStatus(context.Background(), host)
Expand Down Expand Up @@ -333,7 +333,7 @@ func (s *integrationMDMTestSuite) TestTurnOnLifecycleEventsWindows() {
"POST",
fmt.Sprintf("/api/latest/fleet/hosts/%d/lock", host.ID),
nil,
http.StatusNoContent,
http.StatusOK,
)

status, err := s.ds.GetHostLockWipeStatus(context.Background(), host)
Expand Down

0 comments on commit 46e1c12

Please sign in to comment.