From 1a1521d2b1a251113ee4921a01bbb0d4864d7e28 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Wed, 5 Oct 2022 14:23:29 -0400 Subject: [PATCH] Fix integration tests --- .../saved_objects/migrations/type_registrations.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/server/integration_tests/saved_objects/migrations/type_registrations.test.ts b/src/core/server/integration_tests/saved_objects/migrations/type_registrations.test.ts index 4fd5ca5cd2aea..eb9eb8a420695 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/type_registrations.test.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/type_registrations.test.ts @@ -58,6 +58,7 @@ const previouslyRegisteredTypes = [ 'fleet-agents', 'fleet-enrollment-api-keys', 'fleet-preconfiguration-deletion-record', + 'fleet-fleet-server-host', 'graph-workspace', 'guided-setup-state', 'guided-onboarding-guide-state',