Update tests

This commit is contained in:
Noah Talerman 2024-03-29 17:03:12 -04:00 committed by GitHub
parent 9217625387
commit 85a6d6f7a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ func (s *integrationMDMTestSuite) TestAppleDDMBatchUpload() {
}}, http.StatusUnprocessableEntity) }}, http.StatusUnprocessableEntity)
errMsg = extractServerErrorText(res.Body) errMsg = extractServerErrorText(res.Body)
require.Contains(t, errMsg, "Declaration profile cant include OS updates settings. To control these settings, go to OS updates.") require.Contains(t, errMsg, "Declaration profile cant include OS updates settings. OS updates coming soon!")
// Types from our list of forbidden types should fail // Types from our list of forbidden types should fail
for ft := range fleet.ForbiddenDeclTypes { for ft := range fleet.ForbiddenDeclTypes {