Skip to content

Commit 0e1eb31

Browse files
pjanottihughesjj
authored andcommitted
Improve tests
1 parent c89ee8d commit 0e1eb31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scripts/win-test-services.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $expected_svc_env_vars = @{
4242
"SPLUNK_CONFIG" = "${env:PROGRAMDATA}\Splunk\OpenTelemetry Collector\${mode}_config.yaml";
4343
"SPLUNK_ACCESS_TOKEN" = "$access_token";
4444
"SPLUNK_REALM" = "$realm";
45+
"SPLUNK_API_URL" = "$api_url";
4546
"SPLUNK_INGEST_URL" = "$ingest_url";
4647
"SPLUNK_TRACE_URL" = "${ingest_url}/v2/trace";
4748
"SPLUNK_HEC_URL" = "${ingest_url}/v1/log";
@@ -75,8 +76,6 @@ if ("$with_fluentd" -eq "true") {
7576
}
7677
}
7778

78-
$api_url = "https://api.${realm}.signalfx.com"
79-
8079
if ($with_msi_uninstall_comments -ne "") {
8180
$uninstallProperties = Get-ChildItem -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" |
8281
ForEach-Object { Get-ItemProperty $_.PSPath } |

0 commit comments

Comments
 (0)