Skip to content

Commit

Permalink
fix valid cert test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Feb 26, 2024
1 parent a5b2e7e commit 9167707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/collect/certificates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ func TestCertParser(t *testing.T) {
"envoy.projectcontour.svc.cluster.local",
},
Issuer: "SERIALNUMBER=615929891,CN=Project Contour",
NotAfter: time.Date(2024, time.February, 25, 4, 27, 16, 0, time.UTC),
NotBefore: time.Date(2023, time.February, 24, 4, 27, 18, 0, time.UTC),
NotAfter: time.Date(2025, time.February, 25, 4, 27, 16, 0, time.UTC),
NotBefore: time.Date(2024, time.February, 24, 4, 27, 18, 0, time.UTC),
IsValid: true,
IsCA: false,
},
Expand Down

0 comments on commit 9167707

Please sign in to comment.