load reva gateway and token manager from common config

This commit is contained in:
Willy Kloucek
2022-04-27 13:58:59 +02:00
parent 48a6978e24
commit 9095b11d6c
86 changed files with 1209 additions and 250 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ import (
_ "github.com/owncloud/ocis/ocis-pkg/generators"
)
var _ = Describe("Generators", func() {
It("Returns an error ", func() {})
PIt("Returns expected passwords", func() {})
})
//var _ = Describe("Generators", func() {
// It("Returns an error ", func() {})
// PIt("Returns expected passwords", func() {})
//})