mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
fixup! fixup! fixup! feat(idp_table_relational): adding inital idp tables for relational repository
This commit is contained in:
@@ -1661,13 +1661,13 @@ func TestListIDProvider(t *testing.T) {
|
||||
}
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
ctx := context.WithoutCancel(t.Context())
|
||||
|
||||
t.Cleanup(func() {
|
||||
_, err := pool.Exec(ctx, "DELETE FROM zitadel.identity_providers")
|
||||
require.NoError(t, err)
|
||||
})
|
||||
|
||||
ctx := context.WithoutCancel(t.Context())
|
||||
|
||||
idps := tt.testFunc(ctx, t)
|
||||
|
||||
// check idp values
|
||||
|
Reference in New Issue
Block a user