Skip to content

Commit

Permalink
fix: unfocus cert test (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmoehl authored Apr 17, 2024
1 parent c1010d3 commit 2ae1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@ var _ = Describe("Router", func() {
})
})

FDescribe("cert selection", func() {
Describe("cert selection", func() {
Context("when multiple overlapping certs are provided to the router", func() {
var certPool *x509.CertPool
BeforeEach(func() {
Expand Down

0 comments on commit 2ae1647

Please sign in to comment.