mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: lower azure expires soon (#13097)
They haven't provisioned new certificates yet.
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user