We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c357f13 commit d7b8ba5Copy full SHA for d7b8ba5
x-pack/test/api_integration/apis/lens/existing_fields.ts
@@ -151,7 +151,7 @@ export default ({ getService }: FtrProviderContext) => {
151
describe('existence', () => {
152
it('should find which fields exist in the sample documents', async () => {
153
const { body } = await supertest
154
- .post(`/api/lens/existing_fields/sdfsd${encodeURIComponent('logstash-*')}`)
+ .post(`/api/lens/existing_fields/${encodeURIComponent('logstash-*')}`)
155
.set(COMMON_HEADERS)
156
.send({
157
dslQuery: {
0 commit comments