From dd3ee11e1226865822b978771c288cadf67d16d5 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:30:26 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' --- .../cypress/tasks/api_calls/prepackaged_rules.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/cypress/tasks/api_calls/prepackaged_rules.ts b/x-pack/plugins/security_solution/cypress/tasks/api_calls/prepackaged_rules.ts index 311bacfd969408a..9d81d7b249cdce2 100644 --- a/x-pack/plugins/security_solution/cypress/tasks/api_calls/prepackaged_rules.ts +++ b/x-pack/plugins/security_solution/cypress/tasks/api_calls/prepackaged_rules.ts @@ -1,4 +1,11 @@ -import { PrePackagedRulesStatusResponse } from '../../../public/detections/containers/detection_engine/rules/types'; +/* + * 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 type { PrePackagedRulesStatusResponse } from '../../../public/detections/containers/detection_engine/rules/types'; export const getPrepackagedRulesStatus = () => { return cy.request({