fix test by using insecure ldap

This commit is contained in:
Willy Kloucek
2022-05-31 12:04:09 +02:00
parent bfbab26d85
commit f7473df54b
@@ -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{}