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 20, 2024
1 parent a1e8197 commit 0a5657f
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 0a5657f

Please sign in to comment.