Skip to content

Commit

Permalink
Update WorkerTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
killij committed Jan 19, 2024
1 parent ef6fb89 commit 695dff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Childrens-Social-Care-CPD-Indexer.Tests/WorkerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void Setup()
var sendItems = new List<ITelemetry>();
var channel = Substitute.For<ITelemetryChannel>();
configuration.TelemetryChannel = channel;
configuration.ConnectionString = $"InstrumentationKey={Guid.NewGuid()};IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/";
configuration.ConnectionString = "InstrumentationKey={Guid.NewGuid()};";
configuration.TelemetryInitializers.Add(new OperationCorrelationTelemetryInitializer());
_telemetryClient = new TelemetryClient(configuration);

Expand Down

0 comments on commit 695dff3

Please sign in to comment.