fix backport

This commit is contained in:
Livio Spring 2024-10-23 16:21:15 +02:00
parent 7ff5f218ce
commit c1d4df90e6
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,
},
},
},