Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 19f7626

Browse files
committed
Minor fix to Elasticsearch consumer
1 parent ac608cb commit 19f7626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/elasticsearch/consumer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Elasticsearch Document Consumer', () => {
2121
it('searches documents based on random text', () => {
2222
return elasticsearch.client.search({
2323
index: elasticsearch.index,
24-
q: chance.word(),
24+
q: 'description:'.concat(chance.word()),
2525
});
2626
});
2727
});

0 commit comments

Comments
 (0)