diff --git a/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/__snapshots__/migrations_state_action_machine.test.ts.snap b/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/__snapshots__/migrations_state_action_machine.test.ts.snap index e5d9fde9f6c73..e23d6e857802a 100644 --- a/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/__snapshots__/migrations_state_action_machine.test.ts.snap +++ b/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/__snapshots__/migrations_state_action_machine.test.ts.snap @@ -54,6 +54,11 @@ Object { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -134,11 +139,6 @@ Object { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, }, @@ -246,6 +246,11 @@ Object { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -326,11 +331,6 @@ Object { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, }, @@ -442,6 +442,11 @@ Object { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -522,11 +527,6 @@ Object { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, }, @@ -642,6 +642,11 @@ Object { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -722,11 +727,6 @@ Object { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, }, @@ -890,6 +890,11 @@ Object { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -970,11 +975,6 @@ Object { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, }, @@ -1093,6 +1093,11 @@ Object { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -1173,11 +1178,6 @@ Object { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, }, diff --git a/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/initial_state.test.ts b/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/initial_state.test.ts index e97cc69ac08b5..ae7c47850dfd6 100644 --- a/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/initial_state.test.ts +++ b/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/initial_state.test.ts @@ -88,6 +88,11 @@ describe('createInitialState', () => { "type": "csp_rule", }, }, + Object { + "term": Object { + "type": "endpoint:user-artifact", + }, + }, Object { "term": Object { "type": "file-upload-telemetry", @@ -168,11 +173,6 @@ describe('createInitialState', () => { "type": "upgrade-assistant-telemetry", }, }, - Object { - "term": Object { - "type": "endpoint:user-artifact", - }, - }, ], }, },