Skip to content

Commit de9104f

Browse files
committed
chore: lower azure expires soon
They haven't provisioned new certificates yet.
1 parent 8269124 commit de9104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/azureidentity/azureidentity_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestValidate(t *testing.T) {
6464

6565
func TestExpiresSoon(t *testing.T) {
6666
t.Parallel()
67-
const threshold = 2
67+
const threshold = 1
6868

6969
for _, c := range azureidentity.Certificates {
7070
block, rest := pem.Decode([]byte(c))

0 commit comments

Comments
 (0)