add trusted domain test cases

This commit is contained in:
adlerhurst
2025-07-28 11:07:41 +02:00
parent 60407ed261
commit 1b9f83915c

View File

@@ -374,11 +374,9 @@ func TestListInstanceDomains(t *testing.T) {
Type: domain.DomainTypeCustom,
},
{
InstanceID: instanceID,
Domain: gofakeit.DomainName(),
IsPrimary: gu.Ptr(false),
IsGenerated: gu.Ptr(false),
Type: domain.DomainTypeCustom,
InstanceID: instanceID,
Domain: gofakeit.DomainName(),
Type: domain.DomainTypeTrusted,
},
}