fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! added first event

everything upto google done for org + instance
This commit is contained in:
Iraq Jaber
2025-08-05 10:01:49 +01:00
parent b8a526bd03
commit 8fd3a0a4a8
7 changed files with 2401 additions and 213 deletions

View File

@@ -15,6 +15,7 @@ import (
"github.com/zitadel/zitadel/backend/v3/storage/database/dialect/postgres"
"github.com/zitadel/zitadel/internal/integration"
"github.com/zitadel/zitadel/pkg/grpc/admin"
mgmt "github.com/zitadel/zitadel/pkg/grpc/management"
v2beta_org "github.com/zitadel/zitadel/pkg/grpc/org/v2beta"
"github.com/zitadel/zitadel/pkg/grpc/system"
)
@@ -28,6 +29,7 @@ var (
SystemClient system.SystemServiceClient
OrgClient v2beta_org.OrganizationServiceClient
AdminClient admin.AdminServiceClient
MgmtClient mgmt.ManagementServiceClient
)
var pool database.Pool
@@ -43,6 +45,7 @@ func TestMain(m *testing.M) {
SystemClient = integration.SystemClient()
OrgClient = Instance.Client.OrgV2beta
AdminClient = Instance.Client.Admin
MgmtClient = Instance.Client.Mgmt
var err error
dbConfig, err := pgxpool.ParseConfig(ConnString)

File diff suppressed because it is too large Load Diff

View File

@@ -258,7 +258,7 @@ func TestServer_TestIDProviderReduces(t *testing.T) {
}, retryDuration, tick)
})
t.Run("test iam idp oidc addded reduces", func(t *testing.T) {
t.Run("test iam idp oidc added reduces", func(t *testing.T) {
name := gofakeit.Name()
// add oidc
@@ -390,7 +390,7 @@ func TestServer_TestIDProviderReduces(t *testing.T) {
}, retryDuration, tick)
})
t.Run("test iam idp jwt addded reduces", func(t *testing.T) {
t.Run("test iam idp jwt added reduces", func(t *testing.T) {
name := gofakeit.Name()
// add jwt