diff --git a/test/test.ts b/test/test.ts index ca7e5e9..625d91d 100644 --- a/test/test.ts +++ b/test/test.ts @@ -3,7 +3,7 @@ import { tap, expect } from '@pushrocks/tapbundle'; import smartlogDesinationLocal = require('../ts/index'); import { ILogContext } from '@pushrocks/smartlog-interfaces'; -let testLogContext: ILogContext = { +const testLogContext: ILogContext = { company: 'Lossless GmbH', companyunit: 'Lossless.Cloud', containerName: 'gitlabci',