Skip to content

Commit d7b8ba5

Browse files
committed
remove test failure
1 parent c357f13 commit d7b8ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/api_integration/apis/lens/existing_fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default ({ getService }: FtrProviderContext) => {
151151
describe('existence', () => {
152152
it('should find which fields exist in the sample documents', async () => {
153153
const { body } = await supertest
154-
.post(`/api/lens/existing_fields/sdfsd${encodeURIComponent('logstash-*')}`)
154+
.post(`/api/lens/existing_fields/${encodeURIComponent('logstash-*')}`)
155155
.set(COMMON_HEADERS)
156156
.send({
157157
dslQuery: {

0 commit comments

Comments
 (0)