mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 18:53:55 +00:00
fix backport
This commit is contained in:
parent
24e5d466be
commit
7830f5cbf5
@ -113,7 +113,7 @@ func TestServer_AddHumanUser(t *testing.T) {
|
|||||||
&user.AddHumanUserRequest{
|
&user.AddHumanUserRequest{
|
||||||
Organization: &object.Organization{
|
Organization: &object.Organization{
|
||||||
Org: &object.Organization_OrgDomain{
|
Org: &object.Organization_OrgDomain{
|
||||||
OrgDomain: Instance.DefaultOrg.PrimaryDomain,
|
OrgDomain: Tester.Organisation.Domain,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Profile: &user.SetHumanProfile{
|
Profile: &user.SetHumanProfile{
|
||||||
@ -143,7 +143,7 @@ func TestServer_AddHumanUser(t *testing.T) {
|
|||||||
want: &user.AddHumanUserResponse{
|
want: &user.AddHumanUserResponse{
|
||||||
Details: &object.Details{
|
Details: &object.Details{
|
||||||
ChangeDate: timestamppb.Now(),
|
ChangeDate: timestamppb.Now(),
|
||||||
ResourceOwner: Instance.DefaultOrg.Id,
|
ResourceOwner: Tester.Organisation.ID,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user