mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:07:46 +00:00
fixup! fixup! fixup! fixup! feat(idp_table_relational): adding inital idp tables for relational repository
This commit is contained in:
@@ -873,6 +873,9 @@ func TestGetIDProvider(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// gocognit linting fails due to number of test cases
|
||||||
|
// and the fact that each test case has a testFunc()
|
||||||
|
// nolint: gocognit
|
||||||
func TestListIDProvider(t *testing.T) {
|
func TestListIDProvider(t *testing.T) {
|
||||||
ctx := t.Context()
|
ctx := t.Context()
|
||||||
pool, stop, err := newEmbeddedDB(ctx)
|
pool, stop, err := newEmbeddedDB(ctx)
|
||||||
|
Reference in New Issue
Block a user