From 901a757057316b4eb103ca567487777e43a97eee Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Mon, 28 Jul 2025 08:43:09 +0100 Subject: [PATCH] fixup! 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 | 3 ++- 1 file changed, 2 insertions(+), 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 15dd8bb660..d6da5a3c7b 100644 --- a/backend/v3/storage/database/repository/id_provider_test.go +++ b/backend/v3/storage/database/repository/id_provider_test.go @@ -875,7 +875,8 @@ 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)