diff --git a/server/datastore/mysql/migrations/tables/20230918221115_MoveDiskEncryptionSetting_test.go b/server/datastore/mysql/migrations/tables/20230918221115_MoveDiskEncryptionSetting_test.go index 90538968f81f..7187dafe9f01 100644 --- a/server/datastore/mysql/migrations/tables/20230918221115_MoveDiskEncryptionSetting_test.go +++ b/server/datastore/mysql/migrations/tables/20230918221115_MoveDiskEncryptionSetting_test.go @@ -45,7 +45,7 @@ func TestUp_20230918221115(t *testing.T) { gotConfigs = append(gotConfigs, gotConfig) } - // simulate the ideal behavior with the oldConfigs + // simulate ideal behavior with the oldConfigs for i, config := range wantConfigs { if mdmMap, ok := config["mdm"].(map[string]interface{}); ok { // Delete 'mdm.macos_settings.enable_disk_encryption'