fixup! fixup! fixup! fixup! feat(idp_table_relational): adding inital idp tables for relational repository

This commit is contained in:
Iraq Jaber
2025-07-28 08:21:55 +01:00
parent 8b674285d4
commit 773f517ede

View File

@@ -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) {
ctx := t.Context()
pool, stop, err := newEmbeddedDB(ctx)