mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Update tests
This commit is contained in:
parent
9217625387
commit
85a6d6f7a4
@ -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 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
|
// Types from our list of forbidden types should fail
|
||||||
for ft := range fleet.ForbiddenDeclTypes {
|
for ft := range fleet.ForbiddenDeclTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user