mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
fix backport
This commit is contained in:
parent
7ff5f218ce
commit
c1d4df90e6
@ -113,7 +113,7 @@ func TestServer_AddHumanUser(t *testing.T) {
|
||||
&user.AddHumanUserRequest{
|
||||
Organization: &object.Organization{
|
||||
Org: &object.Organization_OrgDomain{
|
||||
OrgDomain: Instance.DefaultOrg.PrimaryDomain,
|
||||
OrgDomain: Tester.Organisation.Domain,
|
||||
},
|
||||
},
|
||||
Profile: &user.SetHumanProfile{
|
||||
@ -143,7 +143,7 @@ func TestServer_AddHumanUser(t *testing.T) {
|
||||
want: &user.AddHumanUserResponse{
|
||||
Details: &object.Details{
|
||||
ChangeDate: timestamppb.Now(),
|
||||
ResourceOwner: Instance.DefaultOrg.Id,
|
||||
ResourceOwner: Tester.Organisation.ID,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user