Skip to content

Commit

Permalink
Test telemetry app id be consistent as the non-test one (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Mar 27, 2024
1 parent d04d147 commit 4794bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/test/resourcegroup/e2e_cases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func runCase(t *testing.T, d test.Data, c cases.Case) {
BackendType: "local",
DevProvider: true,
Parallelism: 10,
ProviderName: "azurerm",
},
ResourceGroupName: d.RandomRgName(),
ResourceNamePattern: "res-",
Expand Down
2 changes: 1 addition & 1 deletion internal/test/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func BuildCredAndClientOpt(t *testing.T) (azcore.TokenCredential, *arm.ClientOpt
ClientOptions: policy.ClientOptions{
Cloud: cloudCfg,
Telemetry: policy.TelemetryOptions{
ApplicationID: "aztfexport",
ApplicationID: "aztfexport(azurerm)",
Disabled: false,
},
Logging: policy.LogOptions{
Expand Down

0 comments on commit 4794bda

Please sign in to comment.