Skip to content

Commit

Permalink
attempt to fix application insights issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nilay913 committed Sep 17, 2024
1 parent 30de048 commit 5985b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/steps/logger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const applicationInsights = require('applicationinsights');
const logger = require('logger');
const chalk = require('chalk');
const config = require('config');

const iKey = config.get('appInsights.instrumentationKey').toString() || process.env.APPINSIGHTS_INSTRUMENTATIONKEY;

describe('logger.js', () => {
Expand Down

0 comments on commit 5985b02

Please sign in to comment.