mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:17:32 +00:00
fixup! fixup! fixup! fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table
This commit is contained in:
@@ -490,8 +490,8 @@ func TestListInstance(t *testing.T) {
|
|||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
// ctx := context.Background()
|
// ctx := context.Background()
|
||||||
t.Cleanup(func() {
|
t.Cleanup(func() {
|
||||||
//nolint
|
_, err := pool.Exec(ctx, "DELETE FROM zitadel.instances")
|
||||||
pool.Exec(ctx, "DELETE FROM zitadel.instances")
|
require.NoError(t, err)
|
||||||
})
|
})
|
||||||
|
|
||||||
instances := tt.testFunc(ctx, t)
|
instances := tt.testFunc(ctx, t)
|
||||||
|
Reference in New Issue
Block a user