mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 16:37:31 +00:00
fixup! fixup! fixup! finished events tests
This commit is contained in:
@@ -271,6 +271,9 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
|
|||||||
ExternalSecure: config.ExternalSecure,
|
ExternalSecure: config.ExternalSecure,
|
||||||
defaults: config.SystemDefaults,
|
defaults: config.SystemDefaults,
|
||||||
},
|
},
|
||||||
|
&TransactionalTables{
|
||||||
|
dbClient: dbClient,
|
||||||
|
},
|
||||||
&projectionTables{
|
&projectionTables{
|
||||||
es: eventstoreClient,
|
es: eventstoreClient,
|
||||||
Version: build.Version(),
|
Version: build.Version(),
|
||||||
@@ -289,9 +292,6 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
|
|||||||
&RiverMigrateRepeatable{
|
&RiverMigrateRepeatable{
|
||||||
client: dbClient,
|
client: dbClient,
|
||||||
},
|
},
|
||||||
&TransactionalTables{
|
|
||||||
dbClient: dbClient,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, repeatableStep := range repeatableSteps {
|
for _, repeatableStep := range repeatableSteps {
|
||||||
|
Reference in New Issue
Block a user