Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti authored and hughesjj committed Mar 26, 2024
1 parent c89ee8d commit 0e1eb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts/win-test-services.ps1
Expand Up @@ -42,6 +42,7 @@ $expected_svc_env_vars = @{
"SPLUNK_CONFIG" = "${env:PROGRAMDATA}\Splunk\OpenTelemetry Collector\${mode}_config.yaml";
"SPLUNK_ACCESS_TOKEN" = "$access_token";
"SPLUNK_REALM" = "$realm";
"SPLUNK_API_URL" = "$api_url";
"SPLUNK_INGEST_URL" = "$ingest_url";
"SPLUNK_TRACE_URL" = "${ingest_url}/v2/trace";
"SPLUNK_HEC_URL" = "${ingest_url}/v1/log";
Expand Down Expand Up @@ -75,8 +76,6 @@ if ("$with_fluentd" -eq "true") {
}
}

$api_url = "https://api.${realm}.signalfx.com"

if ($with_msi_uninstall_comments -ne "") {
$uninstallProperties = Get-ChildItem -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" |
ForEach-Object { Get-ItemProperty $_.PSPath } |
Expand Down

0 comments on commit 0e1eb31

Please sign in to comment.