From f073a8ff3a883985d6cca959a704ab4bf572cf87 Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Wed, 28 May 2025 11:48:24 +0200 Subject: [PATCH] fixup! fixup! feat(db): adding relational instance table --- internal/api/grpc/org/v2beta/integration_test/org_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/api/grpc/org/v2beta/integration_test/org_test.go b/internal/api/grpc/org/v2beta/integration_test/org_test.go index a482a682d4..e57b973fbe 100644 --- a/internal/api/grpc/org/v2beta/integration_test/org_test.go +++ b/internal/api/grpc/org/v2beta/integration_test/org_test.go @@ -681,7 +681,7 @@ func TestServer_DeactivateReactivateNonExistentOrganization(t *testing.T) { require.Contains(t, err.Error(), "Organisation not found") } -func TestServer_AactivateOrganization(t *testing.T) { +func TestServer_ActivateOrganization(t *testing.T) { tests := []struct { name string ctx context.Context @@ -990,7 +990,7 @@ func TestServer_AddOerganizationDomain(t *testing.T) { } } -func TestServer_ListOerganizationDomain(t *testing.T) { +func TestServer_ListOrganizationDomain(t *testing.T) { tests := []struct { name string ctx context.Context @@ -1185,7 +1185,7 @@ func TestServer_DeleteOerganizationDomain(t *testing.T) { } } -func TestServer_AddListDeletOerganizationDomain(t *testing.T) { +func TestServer_AddListDeleteOrganizationDomain(t *testing.T) { tests := []struct { name string testFunc func()