Skip to content

Commit

Permalink
remove something for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOHart committed Oct 18, 2024
1 parent a75ffed commit 2e132c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/managedidentity/managedidentity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ func Test_SystemAssigned_Returns_AcquireToken_Failure(t *testing.T) {

for _, testCase := range testCases {
t.Run(http.StatusText(testCase.code), func(t *testing.T) {
restoreFunc := setCustomAzureArcFilePath("fake/fake")
defer restoreFunc()

fakeErrorClient := mock.Client{}
responseBody, err := makeResponseWithErrorData(testCase.err, testCase.desc)
if err != nil {
Expand Down

0 comments on commit 2e132c4

Please sign in to comment.