fix(core): update

This commit is contained in:
2023-07-05 10:25:59 +02:00
parent a0be0edd9d
commit f3aa94dcb7
3 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ tap.test('first test', async () => {
testElasticLog = new elasticsearch.ElasticSearch({
indexPrefix: 'smartlog',
indexRetention: 7,
node: testQenv.getEnvVarOnDemand('ELK_DOMAIN'),
node: testQenv.getEnvVarOnDemand('ELK_NODE'),
user: '',
pass: '',
});