From ef310a81879d68868cbcb170ba76c985c0838697 Mon Sep 17 00:00:00 2001 From: Simeon Widdis Date: Mon, 26 Jun 2023 09:30:30 -0700 Subject: [PATCH] Re-add license header Signed-off-by: Simeon Widdis --- .../integrations/__tests__/integrations_router.test.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/routes/integrations/__tests__/integrations_router.test.ts b/server/routes/integrations/__tests__/integrations_router.test.ts index 75b1f44c2..15d2bac28 100644 --- a/server/routes/integrations/__tests__/integrations_router.test.ts +++ b/server/routes/integrations/__tests__/integrations_router.test.ts @@ -1,3 +1,8 @@ +/* + * Copyright OpenSearch Contributors + * SPDX-License-Identifier: Apache-2.0 + */ + import { DeepPartial } from 'redux'; import { OpenSearchDashboardsResponseFactory } from '../../../../../../src/core/server/http/router'; import { handleWithCallback } from '../integrations_router';