From 773f517ede5f5ed784d57284414cbbef8f683de8 Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Mon, 28 Jul 2025 08:21:55 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! feat(idp_table_relational): adding inital idp tables for relational repository --- backend/v3/storage/database/repository/id_provider_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/v3/storage/database/repository/id_provider_test.go b/backend/v3/storage/database/repository/id_provider_test.go index e52b78bdfd..02a708f9d0 100644 --- a/backend/v3/storage/database/repository/id_provider_test.go +++ b/backend/v3/storage/database/repository/id_provider_test.go @@ -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)