Skip to content

Commit

Permalink
Update managedidentity_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
4gust committed Nov 26, 2024
1 parent d93e752 commit 3fd8ad5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/managedidentity/managedidentity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ func Test_RetryPolicy_For_AcquireToken(t *testing.T) {
t.Fatalf("expected Number of retry of 1, got %d", errorRetryCounter)
}
} else if errorRetryCounter != testCase.numberOfFails && testCase.numberOfFails < 3 {
t.Fatalf("expected Number of retry of %d, got %d", testCase.numberOfFails, errorRetryCounter)
}
t.Fatalf("expected Number of retry of %d, got %d", testCase.numberOfFails, errorRetryCounter)
}
})
}
Expand Down

0 comments on commit 3fd8ad5

Please sign in to comment.