Skip to content

Commit

Permalink
try to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOHart committed Oct 18, 2024
1 parent 2e132c4 commit e816df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/managedidentity/managedidentity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ func TestCreatingIMDSClient(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
unsetEnvVars(t)
restoreFunc := setCustomAzureArcFilePath("fake/fake")
defer restoreFunc()

Expand Down

0 comments on commit e816df5

Please sign in to comment.