Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Sep 9, 2020
1 parent 430dbdb commit d6d57b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default ({ getService }: FtrProviderContext) => {
.expect(404);

expect(body.error).to.eql('Not Found');
expect(body.message).to.eql('Not Found');
expect(body.message).to.eql('resource_not_found_exception');
});

describe('with deleteDestIndex setting', function () {
Expand Down

0 comments on commit d6d57b8

Please sign in to comment.