mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix: rename iam to instance (#3345)
* fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename orgiampolicy to domain policy * fix: merge conflicts * fix: protos * fix: md files * implement deprecated org iam policy again Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/caos/zitadel/internal/eventstore/v1/models"
|
||||
"github.com/caos/zitadel/internal/id"
|
||||
id_mock "github.com/caos/zitadel/internal/id/mock"
|
||||
"github.com/caos/zitadel/internal/repository/iam"
|
||||
"github.com/caos/zitadel/internal/repository/instance"
|
||||
"github.com/caos/zitadel/internal/repository/member"
|
||||
"github.com/caos/zitadel/internal/repository/project"
|
||||
)
|
||||
@@ -62,8 +62,8 @@ func TestCommandSide_AddProject(t *testing.T) {
|
||||
t,
|
||||
expectFilter(
|
||||
eventFromEventPusher(
|
||||
iam.NewGlobalOrgSetEventEvent(context.Background(),
|
||||
&iam.NewAggregate().Aggregate,
|
||||
instance.NewGlobalOrgSetEventEvent(context.Background(),
|
||||
&instance.NewAggregate().Aggregate,
|
||||
"globalorg",
|
||||
),
|
||||
),
|
||||
@@ -114,8 +114,8 @@ func TestCommandSide_AddProject(t *testing.T) {
|
||||
t,
|
||||
expectFilter(
|
||||
eventFromEventPusher(
|
||||
iam.NewGlobalOrgSetEventEvent(context.Background(),
|
||||
&iam.NewAggregate().Aggregate,
|
||||
instance.NewGlobalOrgSetEventEvent(context.Background(),
|
||||
&instance.NewAggregate().Aggregate,
|
||||
"globalorg",
|
||||
),
|
||||
),
|
||||
@@ -176,8 +176,8 @@ func TestCommandSide_AddProject(t *testing.T) {
|
||||
t,
|
||||
expectFilter(
|
||||
eventFromEventPusher(
|
||||
iam.NewGlobalOrgSetEventEvent(context.Background(),
|
||||
&iam.NewAggregate().Aggregate,
|
||||
instance.NewGlobalOrgSetEventEvent(context.Background(),
|
||||
&instance.NewAggregate().Aggregate,
|
||||
"globalorg",
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user