mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
add trusted domain test cases
This commit is contained in:
@@ -374,11 +374,9 @@ func TestListInstanceDomains(t *testing.T) {
|
|||||||
Type: domain.DomainTypeCustom,
|
Type: domain.DomainTypeCustom,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
InstanceID: instanceID,
|
InstanceID: instanceID,
|
||||||
Domain: gofakeit.DomainName(),
|
Domain: gofakeit.DomainName(),
|
||||||
IsPrimary: gu.Ptr(false),
|
Type: domain.DomainTypeTrusted,
|
||||||
IsGenerated: gu.Ptr(false),
|
|
||||||
Type: domain.DomainTypeCustom,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user