Skip to content

Commit

Permalink
Updating the test to have original agent value
Browse files Browse the repository at this point in the history
  • Loading branch information
4gust committed Nov 15, 2024
1 parent 08353c9 commit f3f3ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/managedidentity/managedidentity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func TestIMDSAcquireTokenReturnsTokenSuccess(t *testing.T) {
}

func TestAzureArc(t *testing.T) {
testCaseFilePath := filepath.Join(t.TempDir(), "AzureConnectedMachineAgent")
testCaseFilePath := filepath.Join(t.TempDir(), azureConnectedMachine)

endpoint := azureArcEndpoint
setEnvVars(t, AzureArc)
Expand Down

0 comments on commit f3f3ea7

Please sign in to comment.