Skip to content

Commit

Permalink
pr-fix: use correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Aug 1, 2024
1 parent 0cd5d6f commit 798eff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public AppInsightsClient(TestConfig config)
{
ServicePrincipal servicePrincipal = config.GetServicePrincipal();
_queryClient = new LogsQueryClient(new ClientSecretCredential(servicePrincipal.TenantId, servicePrincipal.ClientId, servicePrincipal.ClientSecret));
_resourceId = config["Arcus:LogAnalyticsWorkspace:ResourceId"];
_resourceId = config["Arcus:ApplicationInsights:LogAnalyticsWorkspace:ResourceId"];
_timeRange = new QueryTimeRange(TimeSpan.FromDays(1));
}

Expand Down

0 comments on commit 798eff7

Please sign in to comment.