chore: lower azure expires soon (#13097)

They haven't provisioned new certificates yet.
This commit is contained in:
Kyle Carberry 2024-04-29 12:34:18 -04:00 committed by GitHub
parent 8269124ab7
commit 1b3185c047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func TestValidate(t *testing.T) {
func TestExpiresSoon(t *testing.T) {
t.Parallel()
const threshold = 2
const threshold = 1
for _, c := range azureidentity.Certificates {
block, rest := pem.Decode([]byte(c))