diff --git a/backend/v3/storage/database/repository/instance_domain_test.go b/backend/v3/storage/database/repository/instance_domain_test.go index 788885751e..693d7f9a0b 100644 --- a/backend/v3/storage/database/repository/instance_domain_test.go +++ b/backend/v3/storage/database/repository/instance_domain_test.go @@ -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, }, }