mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update tests
This commit is contained in:
parent
9217625387
commit
85a6d6f7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue