Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman authored Mar 29, 2024
1 parent 9217625 commit 85a6d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service/integration_ddm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (s *integrationMDMTestSuite) TestAppleDDMBatchUpload() {
}}, http.StatusUnprocessableEntity)

errMsg = extractServerErrorText(res.Body)
require.Contains(t, errMsg, "Declaration profile can’t include OS updates settings. To control these settings, go to OS updates.")
require.Contains(t, errMsg, "Declaration profile can’t include OS updates settings. OS updates coming soon!")

// Types from our list of forbidden types should fail
for ft := range fleet.ForbiddenDeclTypes {
Expand Down

0 comments on commit 85a6d6f

Please sign in to comment.