fix(tests): let -> const
This commit is contained in:
parent
99c2c2e84f
commit
b48b2a77b0
@ -3,7 +3,7 @@ import { tap, expect } from '@pushrocks/tapbundle';
|
|||||||
import smartlogDesinationLocal = require('../ts/index');
|
import smartlogDesinationLocal = require('../ts/index');
|
||||||
import { ILogContext } from '@pushrocks/smartlog-interfaces';
|
import { ILogContext } from '@pushrocks/smartlog-interfaces';
|
||||||
|
|
||||||
let testLogContext: ILogContext = {
|
const testLogContext: ILogContext = {
|
||||||
company: 'Lossless GmbH',
|
company: 'Lossless GmbH',
|
||||||
companyunit: 'Lossless.Cloud',
|
companyunit: 'Lossless.Cloud',
|
||||||
containerName: 'gitlabci',
|
containerName: 'gitlabci',
|
||||||
|
Loading…
Reference in New Issue
Block a user