Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
WafaaNasr committed Aug 23, 2023
1 parent 5a890dd commit 4a82fa1
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 307 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import type { CreateExceptionListSchema } from '@kbn/securitysolution-io-ts-list

import {
DESCRIPTION,
DETECTION_TYPE,
ENDPOINT_TYPE,
LIST_ID,
META,
Expand Down Expand Up @@ -55,5 +56,5 @@ export const getCreateExceptionListDetectionSchemaMock = (): CreateExceptionList
description: DESCRIPTION,
list_id: LIST_ID,
name: NAME,
type: 'detection',
type: DETECTION_TYPE,
});

This file was deleted.

Loading

0 comments on commit 4a82fa1

Please sign in to comment.