Skip to content

Commit

Permalink
fix test by using insecure ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed May 31, 2022
1 parent bfbab26 commit f7473df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/graph/pkg/service/v0/graph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var _ = Describe("Graph", func() {
JustBeforeEach(func() {
ctx = context.Background()
cfg = defaults.FullDefaultConfig()
cfg.Identity.LDAP.CACert = "" // skip the startup checks, we don't use LDAP at all in this tests
cfg.TokenManager.JWTSecret = "loremipsum"

gatewayClient = &mocks.GatewayClient{}
Expand Down

0 comments on commit f7473df

Please sign in to comment.