Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 9, 2020
1 parent 4cd381b commit 1510497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('ML - BucketSpanEstimator', () => {
);

estimateBucketSpan(formConfig).catch(catchData => {
expect(catchData).to.be('Unable to retrieve cluster setting search.max_buckets');
expect(catchData).to.be('Unable to retrieve cluster settings');
mockCallWithInternalUserFactory.verify();
done();
});
Expand Down

0 comments on commit 1510497

Please sign in to comment.