From d54856db33f297b127e680ad8a5f11c54c2bf814 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 20 Oct 2022 17:48:32 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../public/common/utils/privileges/index.test.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x-pack/plugins/security_solution/public/common/utils/privileges/index.test.ts b/x-pack/plugins/security_solution/public/common/utils/privileges/index.test.ts index 16e91aa13bf1d..34abe0dd52c9a 100644 --- a/x-pack/plugins/security_solution/public/common/utils/privileges/index.test.ts +++ b/x-pack/plugins/security_solution/public/common/utils/privileges/index.test.ts @@ -1,3 +1,10 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + import { hasUserCRUDPermission } from '.'; describe('privileges utils', () => {