File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/legacy/plugins/alerting/server/task_runner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ describe('Task Runner', () => {
398398 ` ) ;
399399 } ) ;
400400
401- test ( 'recovers gracefully when the Alert Task Runner throws an exception when fetching the ApiKey ' , async ( ) => {
401+ test ( 'recovers gracefully when the Alert Task Runner throws an exception when fetching the encrypted attributes ' , async ( ) => {
402402 encryptedSavedObjectsPlugin . getDecryptedAsInternalUser . mockImplementation ( ( ) => {
403403 throw new Error ( 'OMG' ) ;
404404 } ) ;
@@ -458,7 +458,7 @@ describe('Task Runner', () => {
458458 ` ) ;
459459 } ) ;
460460
461- test ( 'recovers gracefully when the Alert Task Runner throws an exception when decrypting attributes' , async ( ) => {
461+ test ( 'recovers gracefully when the Alert Task Runner throws an exception when fetching attributes' , async ( ) => {
462462 savedObjectsClient . get . mockImplementation ( ( ) => {
463463 throw new Error ( 'OMG' ) ;
464464 } ) ;
You can’t perform that action at this time.
0 commit comments