Skip to content

Commit

Permalink
fix(NA): saved objects actions integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 9, 2023
1 parent d3b239d commit f1af2e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ describe('migration actions', () => {
left: {
error: expect.any(errors.ResponseError),
message: expect.stringContaining(
'[timeout_exception] Timed out waiting for completion of [Task'
'[timeout_exception] Timed out waiting for completion of task'
),
type: 'wait_for_task_completion_timeout',
},
Expand Down Expand Up @@ -1394,7 +1394,7 @@ describe('migration actions', () => {
left: {
error: expect.any(errors.ResponseError),
message: expect.stringContaining(
'[timeout_exception] Timed out waiting for completion of [Task'
'[timeout_exception] Timed out waiting for completion of task'
),
type: 'wait_for_task_completion_timeout',
},
Expand Down

0 comments on commit f1af2e4

Please sign in to comment.