mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +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,
|
||||
defaults: config.SystemDefaults,
|
||||
},
|
||||
&TransactionalTables{
|
||||
dbClient: dbClient,
|
||||
},
|
||||
&projectionTables{
|
||||
es: eventstoreClient,
|
||||
Version: build.Version(),
|
||||
@@ -289,9 +292,6 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
|
||||
&RiverMigrateRepeatable{
|
||||
client: dbClient,
|
||||
},
|
||||
&TransactionalTables{
|
||||
dbClient: dbClient,
|
||||
},
|
||||
}
|
||||
|
||||
for _, repeatableStep := range repeatableSteps {
|
||||
|
Reference in New Issue
Block a user