fix backport

This commit is contained in:
Livio Spring 2024-10-23 16:19:28 +02:00
parent 6166d08373
commit 51c7978b34
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

@ -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,
},
},
},