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

View File

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