mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
add trusted domain test cases
This commit is contained in:
@@ -376,9 +376,7 @@ func TestListInstanceDomains(t *testing.T) {
|
|||||||
{
|
{
|
||||||
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