From a0007249b3acff97ce9d5cb608fd05d9bcccd900 Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Mon, 28 Jul 2025 08:35:24 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! feat(idp_table_relational): adding inital idp tables for relational repository --- backend/v3/storage/database/repository/id_provider_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/v3/storage/database/repository/id_provider_test.go b/backend/v3/storage/database/repository/id_provider_test.go index 02a708f9d0..15dd8bb660 100644 --- a/backend/v3/storage/database/repository/id_provider_test.go +++ b/backend/v3/storage/database/repository/id_provider_test.go @@ -875,7 +875,7 @@ 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 +//nolint: gocognit func TestListIDProvider(t *testing.T) { ctx := t.Context() pool, stop, err := newEmbeddedDB(ctx)