mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
poll on test start
This commit is contained in:
@@ -89,7 +89,6 @@ Requirements:
|
||||
}
|
||||
|
||||
type Server struct {
|
||||
background context.Context
|
||||
Config *Config
|
||||
DB *database.DB
|
||||
KeyStorage crypto.KeyStorage
|
||||
@@ -203,7 +202,6 @@ func startZitadel(config *Config, masterKey string, server chan<- *Server) error
|
||||
|
||||
if server != nil {
|
||||
server <- &Server{
|
||||
background: ctx,
|
||||
Config: config,
|
||||
DB: dbClient,
|
||||
KeyStorage: keyStorage,
|
||||
|
Reference in New Issue
Block a user