File tree Expand file tree Collapse file tree
cases/server/client/cases Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ describe('utils', () => {
539539 commentId : 'comment-user-1' ,
540540 } ,
541541 {
542- comment : 'Elastic Security Alerts attached to the case: 3' ,
542+ comment : 'Elastic Alerts attached to the case: 3' ,
543543 commentId : 'mock-id-1-total-alerts' ,
544544 } ,
545545 ] ) ;
@@ -569,7 +569,7 @@ describe('utils', () => {
569569 commentId : 'comment-user-1' ,
570570 } ,
571571 {
572- comment : 'Elastic Security Alerts attached to the case: 4' ,
572+ comment : 'Elastic Alerts attached to the case: 4' ,
573573 commentId : 'mock-id-1-total-alerts' ,
574574 } ,
575575 ] ) ;
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import {
2222 TriggersAndActionsUIPublicPluginSetup as TriggersActionsSetup ,
2323 TriggersAndActionsUIPublicPluginStart as TriggersActionsStart ,
2424} from '../../triggers_actions_ui/public' ;
25- import { CasesUiStart } from '../../cases/public' ;
2625import { SecurityPluginSetup } from '../../security/public' ;
2726import { ResolverPluginSetup } from './resolver/types' ;
2827import { Inspect } from '../common/search_strategy' ;
@@ -70,8 +69,6 @@ export type StartServices = CoreStart &
7069export interface PluginSetup {
7170 resolver : ( ) => Promise < ResolverPluginSetup > ;
7271}
73- // eslint-disable-next-line @typescript-eslint/no-empty-interface
74- export interface PluginStart { }
7572
7673export interface AppObservableLibs extends AppFrontendLibs {
7774 kibana : CoreStart ;
You can’t perform that action at this time.
0 commit comments