fix(core): update

This commit is contained in:
2023-07-05 17:27:24 +02:00
parent 2b0003546a
commit 0ebc1d5288
3 changed files with 10 additions and 9 deletions

View File

@ -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);
});