fix(core): update
This commit is contained in:
@ -9,8 +9,10 @@ tap.test('first test', async () => {
|
||||
indexPrefix: 'testprefix',
|
||||
indexRetention: 7,
|
||||
node: 'http://localhost:9200',
|
||||
user: 'elastic',
|
||||
pass: 'YourPassword'
|
||||
auth: {
|
||||
username: 'elastic',
|
||||
password: 'YourPassword'
|
||||
}
|
||||
});
|
||||
expect(testElasticLog).toBeInstanceOf(elasticsearch.ElasticSearch);
|
||||
});
|
||||
|
Reference in New Issue
Block a user