Skip to content

Commit

Permalink
Now that's a brittle test!
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 23, 2024
1 parent c0cf284 commit bb393a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('elasticsearch clients errors', () => {
' at KibanaTransport._request (`);
// it contains the offending line for troubleshooting.
expect(str).toContain(
'src/core/packages/core/server/integration_tests/elasticsearch/errors.test.ts:80:7'
'src/core/packages/core/server/integration_tests/elasticsearch/errors.test.ts:82:7'
);
}
});
Expand Down

0 comments on commit bb393a9

Please sign in to comment.